Webhook
Create webhook
POST
/
webhook
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
event
enum<string>
requiredEvent of the webhook
Available options:
ENVELOPE_EXPIRED
, ENVELOPE_DECLINED
, ENVELOPE_VOIDED
, ENVELOPE_COMPLETED
target
string
requiredURL of the webhook target
Response
200 - application/json
id
string
Unique identifier of the webhook
event
enum<string>
Event of the webhook
Available options:
ENVELOPE_EXPIRED
, ENVELOPE_DECLINED
, ENVELOPE_VOIDED
, ENVELOPE_COMPLETED
target
string
Target URL of the webhook