Webhooks
List webhook event types
List all available event types that can be subscribed to via webhooks.
get/v1/webhooks/event-types
Response
Event types
Example response
{
"status": 200,
"data": [
{
"id": "document_ready",
"description": "Triggered when the last Signer of the assignment signs the Document."
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.