Compare commits

...
Author SHA1 Message Date
prafull-opensignlabsandGitHub 27c1c7ecd3 Fix spelling and update OpenSign API documentation
Corrected the spelling of 'developer' in the API documentation and removed the auto mocking server entry.
2026-04-23 10:51:48 +05:30
prafull-opensignlabsandGitHub c3cf0057e3 Change API version from v1.2 to v1.1
Updated API version from v1.2 to v1.1 and modified documentation accordingly. Removed deprecated endpoints and added new features related to public templates and prefill widgets.
2026-04-23 10:50:47 +05:30
prafull-opensignlabsandGitHub 3c25b09bf4 Upgrade OpenSign API documentation to v1.2
Updated API documentation to version 1.2, including new features and endpoint changes.
2026-04-22 19:54:32 +05:30
prafull-opensignlabsandGitHub afe753fc85 Merge pull request #2152 from pravinOpenSign/patch-70
Enhance API credits purchase instructions
2026-04-15 16:51:53 +05:30
pravinandGitHub bc05ef669b Enhance API credits purchase instructions
Added detailed steps for purchasing API credits, including navigation and payment instructions.
2026-04-15 16:21:42 +05:30
prafull-opensignlabsandGitHub 465d5e217c Update opensign.yaml 2026-03-17 18:49:30 +05:30
prafull-opensignlabsandGitHub d1019e3ef6 Enhance field descriptions in opensign.yaml
Updated descriptions for several fields to clarify behavior regarding template values and request body overrides.
2026-03-17 18:25:03 +05:30
prafull-opensignlabsandGitHub 5c3949239e Merge pull request #2148 from OpenSignLabs/prafull-opensignlabs-patch-13
Refine parameter descriptions in opensign.yaml
2026-03-17 17:59:40 +05:30
2 changed files with 26 additions and 7 deletions
+4 -4
View File
@@ -6076,7 +6076,7 @@ components:
example: true
timeToCompleteDays:
type: number
description: time to complete days is used to calculate expiry date of your document
description: time to complete days is used to calculate expiry date of your document. If this field is present in the request body, it overrides the template value, even when set to 0. If omitted, the template value is used.
format: number
example: 15
enableOTP:
@@ -6110,7 +6110,7 @@ components:
The email address of the person or organization that users can reply to. If this field is present in the request body, it overrides the template value, even when set to an empty string (""). If omitted, the template value is used.
If nothing is set, it will use the owners preferences. If the owners preferences are also not set, it will default to "".
example: mailer@opensignlabs.com
allow_modifications:
type: boolean
@@ -6132,7 +6132,7 @@ components:
example: false
remind_once_in_every:
type: number
description: "Number of days between reminders. This is only applicable when auto_reminder is set to true."
description: Number of days between reminders. This is only applicable when auto_reminder is set to true. If this field is present in the request body, it overrides the template value, even when set to 0. If omitted, the template value is used.
example: 5
merge_certificate:
type: boolean
@@ -6169,7 +6169,7 @@ components:
description: |
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
If this field is present in the request body, it overrides the template value, even when provided as an empty array ([]).
If omitted, the template value is used.
If omitted or provided empty string ("") the template value is used.
prefill:
type: object
properties:
+22 -3
View File
@@ -89,9 +89,28 @@ OpenSign provides a **sandbox testing cloud environment**, which is a replica of
> ⚠️ **Important Note:**
> Manually entering your username and password will **not work** for sandbox login. Always use the "Login to Sandbox" button for access.
---
### Buy the api credit
User can buy the api credit using this feature
On the click of the buy premium credits.
### Buy API Credits
Follow these steps to purchase premium API credits:
1. **Navigate to the Purchase Page**
Go to **Settings → API Token → Buy Premium Credits**.
<img width="436" alt="buy premium credits" src="https://github.com/user-attachments/assets/82d7c571-702f-4f7f-83eb-baa86a63b829" />
3. **Select the Number of Credits**
Choose the number of credits you wish to purchase and click **Proceed**.
<img width="436" alt="buy premium credits" src="https://github.com/user-attachments/assets/da7f72e6-84be-481b-9f5d-36bffafb11ae" />
5. **Credits Added to Your Account**
The selected credits are instantly added to your account. You can view the updated balance in the **Premium Credits Available** section.
6. **Payment and Invoice**
A **payment link** and **invoice** will be sent to your registered email address.
7. **Complete the Payment**
Open the email and click the **Buy Now** button to access the payment link and complete the transaction.
## 🧠 Frequently Asked Questions