Save or Update Webhook
POST/webhook
The save or update Webhook API allow you to save webhook url which is used to capture document signature completion event
Request
- application/json
Body
Provide below parameter to create contact
url string
Responses
- 200
- 401
- 404
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
result string
{
"result": "Webhook updated successfully!"
}
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
result string
{
"result": "Webhook url already exists!"
}
User not found!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "User not found!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...