Webhooks

List webhook event types

List all available event types that can be subscribed to via webhooks.

Copy as Markdown Open in ChatGPT Open in Claude

get/v1/webhooks/event-types

Response

Event types

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

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.