Get Contact list
+Get Contact list
GET/contactlist
The Contact List API empowers you to retrieve a list of contacts, providing a comprehensive view of all available contacts in your contactbook.
Request
diff --git a/docs/API-docs/v1.1/createcontact/index.html b/docs/API-docs/v1.1/createcontact/index.html index 73308b741..aaabcfa29 100644 --- a/docs/API-docs/v1.1/createcontact/index.html +++ b/docs/API-docs/v1.1/createcontact/index.html @@ -5,14 +5,14 @@Create Contact
+Create Contact
POST/createcontact
The Create Contact API allows you to effortlessly create new contacts that can act as signers for your important documents.
Request
diff --git a/docs/API-docs/v1.1/createdocument/index.html b/docs/API-docs/v1.1/createdocument/index.html index 738163c0b..e6ce9413a 100644 --- a/docs/API-docs/v1.1/createdocument/index.html +++ b/docs/API-docs/v1.1/createdocument/index.html @@ -5,14 +5,14 @@Create Document
+Create Document
POST/createdocument
The Create Document API allows users to generate new documents by providing data with base64 encoded file.
Tip: Upload your PDF document to our Debug UI, where you can easily add widgets, then copy coordinates, page numbers, and more in a ready-to-use JSON format. Plus, you can directly copy the document's base64 string, making it quick to send to the API.
diff --git a/docs/API-docs/v1.1/createdocumentwithtemplateid/index.html b/docs/API-docs/v1.1/createdocumentwithtemplateid/index.html index feacaf60a..4e9af6bba 100644 --- a/docs/API-docs/v1.1/createdocumentwithtemplateid/index.html +++ b/docs/API-docs/v1.1/createdocumentwithtemplateid/index.html @@ -5,14 +5,14 @@Create Document from Template
+Create Document from Template
POST/createdocument/:template_id
The Create Document from template API allows you to generate new documents by just providing template_id instead of uploading a new file(in the form of base64 or binary) every time you need to create a document. Templates for repeatedly used files can be created from user interface at Debug UI or using the Create Template API.
You can provide default value for all widgets based on their name all widgets support except signature, stamp, initials, image.
diff --git a/docs/API-docs/v1.1/createfolder/index.html b/docs/API-docs/v1.1/createfolder/index.html index 72fc778ed..10043947f 100644 --- a/docs/API-docs/v1.1/createfolder/index.html +++ b/docs/API-docs/v1.1/createfolder/index.html @@ -5,14 +5,14 @@Create Folder
+Create Folder
POST/createfolder
The Create Folder API allows you to create folder.
Request
diff --git a/docs/API-docs/v1.1/createtemplate/index.html b/docs/API-docs/v1.1/createtemplate/index.html index 90ddfefa4..363b8ccfd 100644 --- a/docs/API-docs/v1.1/createtemplate/index.html +++ b/docs/API-docs/v1.1/createtemplate/index.html @@ -5,14 +5,14 @@Create Template
+Create Template
POST/createtemplate
The Template Creation API allows users to create customizable templates, which serve as blueprints for generating documents with predefined structures. Upon successful template creation, the API returns a unique template_id that can be used to generate documents based on the specified template.
Tip: Upload your PDF document to our Debug UI, where you can easily add widgets, then copy coordinates, page numbers, and more in a ready-to-use JSON format. Plus, you can directly copy the document's base64 string, making it quick to send to the API.
diff --git a/docs/API-docs/v1.1/delete-template/index.html b/docs/API-docs/v1.1/delete-template/index.html index 424cbdbe2..122db09ab 100644 --- a/docs/API-docs/v1.1/delete-template/index.html +++ b/docs/API-docs/v1.1/delete-template/index.html @@ -5,14 +5,14 @@Delete Template
+Delete Template
DELETE/template/:template_id
The Delete Template API provides you with the ability to remove a specific template from the templates. If a template is no longer needed
Request
diff --git a/docs/API-docs/v1.1/delete-webhook/index.html b/docs/API-docs/v1.1/delete-webhook/index.html index ecd0e1023..d3faff49a 100644 --- a/docs/API-docs/v1.1/delete-webhook/index.html +++ b/docs/API-docs/v1.1/delete-webhook/index.html @@ -5,14 +5,14 @@Delete Webhook
+Delete Webhook
DELETE/webhook
The Delete Webhook API allow you to delete webhook url
diff --git a/docs/API-docs/v1.1/deletecontact/index.html b/docs/API-docs/v1.1/deletecontact/index.html index d0be2d890..cad3fc12c 100644 --- a/docs/API-docs/v1.1/deletecontact/index.html +++ b/docs/API-docs/v1.1/deletecontact/index.html @@ -5,19 +5,19 @@Delete Contact
+Delete Contact
DELETE/contact/:contact_id
The Delete Contact API allows you to remove a contact from your contactbook. If you no longer need a particular contact's information, this API makes it easy to delete their record.
Request
-Responses
- 200
- 400
- 404
- 405
Contact deleted successfully!
Something went wrong, please try again later!
Contact not found!
Invalid API Token!
Responses
- 200
- 400
- 404
- 405
Contact deleted successfully!
Something went wrong, please try again later!
Contact not found!
Invalid API Token!