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
- application/json
Body
required
Provide below parameter to create contact
name stringrequired
email stringrequired
phone stringrequired
Responses
- 200
- 404
- 405
Contact created successfully!
- application/json
- Schema
- Example (from schema)
Schema
objectId string
Name string
Email string
Phone string
createdAt date
updatedAt date
{
"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!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Something went wrong, please try again later!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...