diff --git a/404.html b/404.html index bec424e9f..b070eee70 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
POST/createcontact
The Create Contact API allows you to effortlessly create new contacts that can act as signers for your important documents.
Body
required
Provide below parameter to create contact
Body
required
Provide below parameter to create contact
Contact created successfully!
Schema
{
"objectId": "ph1bhx2jp",
"name": "joe bee",
"email": "joebee@example.com",
"phone": "4131231231",
"createdAt": "2023-10-07T16:49:56.000Z",
"updatedAt": "2023-10-07T16:49:56.000Z"
}
Something went wrong, please try again later!
Schema
{
"error": "Something went wrong, please try again later!"
}
Contact already exists!
Schema
{
"error": "Contact already exists!"
}
Invalid API Token!
Schema
{
"error": "Invalid API token!"
}