Get Webhook
GET/webhook
The save or update Webhook API allow you to save webhook url which is used to trigger events
events:
-
viewed:
- When signer view document this event will trigger.
-
created:
- When document is created this event will trigger.
-
signed:
- When document is signed by signer this event will trigger.
-
completed:
- When document is singed by signers this event will trigger.
-
declined:
- When document is declined by signer this event will trigger.
Request
Responses
- 200
- 404
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
Webhook string
{
"Webhook": "https://your-webhook-url@example.com"
}
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...