Skip to main content
WEBHOOK
/
webhook
{
  "pdf_id": "<string>",
  "event_type": "<string>",
  "id": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Event type and data related to the event

pdf_id
string

The ID of the PDF

event_type
string

Event type, such as document.signed

id
integer<int64>

ID of the event

Response

200

Return a 200 status to indicate that the data was received successfully