From 4609bba4c18120fb89d2d51f7ea8ce068eeee111 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Fri, 16 May 2025 12:49:10 +0530 Subject: [PATCH] feat: add generate api token url --- docs/docs/API-docs/opensign.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/API-docs/opensign.yaml b/docs/docs/API-docs/opensign.yaml index 7b26de4ea..44ccbc23c 100644 --- a/docs/docs/API-docs/opensign.yaml +++ b/docs/docs/API-docs/opensign.yaml @@ -2,9 +2,11 @@ openapi: 3.0.3 info: title: OpenSign API v1 description: "Welcome to the OpenSign™ API documentation! Our powerful and flexible API allows you to seamlessly integrate digital signing capabilities into your applications. Whether you're a developer looking to automate document workflows, a business seeking to enhance security, or an enterprise aiming for efficient contract management, our API provides robust solutions to meet your needs. Dive into our detailed guides, code examples, and best practices to start leveraging the full potential of OpenSign™ and transform your digital document processes today. \n\nSome useful links:\n- [OpenSign Website](https://www.opensignlabs.com)\n- [OpenSign Github repo](https://github.com/opensignlabs/opensign)" - termsOfService: http://www.opensignlabs.com/terms/ + x-api-token: + description: "refer docs to generate api token [APIToken help](https://docs.opensignlabs.com/docs/help/Settings/APIToken)" contact: email: api@opensignlabs.com + termsOfService: http://www.opensignlabs.com/terms/ license: name: AGPL v 3.0 url: http://github.com/opensignlabs/opensign/LICENSE