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 79943b129..1c113208a 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 dd62d6215..aaaa43abd 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 d9544cb80..91df7d7be 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 d75dea8e5..7a98fec1d 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 4405c1129..12f842a29 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 bab11ada7..13de20c62 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 e68144be5..302b111ed 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 4f62b1b62..1353c43d1 100644 --- a/docs/API-docs/v1.1/deletecontact/index.html +++ b/docs/API-docs/v1.1/deletecontact/index.html @@ -5,14 +5,14 @@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.