diff --git a/404.html b/404.html index d689b9190..b3e309fa9 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
The Create Document API allows you to generate new documents by providing template_id.
Path Parameters
objectId of contact
Body
required
signers
object[]
Array [
]
Document created successfully!
Schema
{
"objectId": "hji2zxcv2P",
"url": "https://example.com"
}
Invalid API Token!
Schema
{
"error": "Invalid API token!"
}
Body
required
signers
object[]
Array [
]
In success response you will get url in response if you are also signer in document otherwise only get objectId, messsage
Schema
{
"objectId": "hji2zxcv2P",
"url": "https://example.com",
"message": "Document sent successfully!"
}
If you haven't add widgets and signers in template or not provide signers along with their roles in body
Schema
{
"error": "Please setup template properly!"
}
Invalid API Token!
Schema
{
"error": "Invalid API token!"
}