v1
latestOpenAPI 3.1.02026-07-14220425.8 KBSubmission Webhook
Get submission creation, completion, expiration, and archiving notifications using these events: <ul><li><strong>'submission.created'</strong> event is triggered when the submission is created.</li><li><strong>'submission.completed'</strong> event is triggered when the submission is completed by all signing parties.</li><li><strong>'submission.expired'</strong> event is triggered when the submission expires.</li><li><strong>'submission.archived'</strong> event is triggered when the submission is archived.</li> </ul>
postWebhooksubmissionWebhook
Payload
Example payload
{
"timestamp": "2023-09-24T11:20:42Z",
"data": {
"submitters": [
{
"email": "john.doe@example.com",
"phone": "+1234567890",
"role": "First Party"
}
]
}
}Response
Return a 200 response to acknowledge successful receipt of the webhook event.