v1

latestOpenAPI 3.0.12026-07-242682197.7 KB
Webhooks

Create Webhook

Register a callback URL that we will post document events to. Note: a document_signed event is not emitted solely because a pre-signed template signature/initials was copied as document content, and event.related_signer only identifies a real recipient signing action.

post/api/v1/hooks

Request body

callback_urlstring url required

URL that we will post document events to.

api_application_idstring uuid

Unique identifier for the API Application.

Example request

{
  "callback_url": "https://example.com/webhook"
}

Response

created

idstring uuid required
callback_urlstring url required
api_application_idstring uuid nullable