cURL
curl --request POST \ --url https://restapi.sign.plus/v2/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "event": "ENVELOPE_EXPIRED", "target": "<string>" }'
{ "id": "<string>", "event": "ENVELOPE_EXPIRED", "target": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Event of the webhook
ENVELOPE_EXPIRED
ENVELOPE_DECLINED
ENVELOPE_VOIDED
ENVELOPE_COMPLETED
ENVELOPE_AUDIT_TRAIL
URL of the webhook target
Webhook event received successfully
Unique identifier of the webhook
Target URL of the webhook