Get Webhook
GET-/webhook
The Get Webhook API allow you to get webhook url
+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": "https://your-webhook-url@example.com"
}
User not found!
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "User not found!"
}
Invalid API Token!
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Invalid API token!"
}