Webhook
Application Ready to Accept
Sent when an application is ready for the customer to accept and sign
Body
required
application/json
- Type: objectdatarequired
- event
_type const:application.ready-to-acceptrequired - Type: stringtimestamprequired
Event creation timestamp
Responses
- 200
Webhook received successfully
Request Example for postapplication.ready-to-accept
{
"event_type": "application.ready-to-accept",
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"timestamp": "2025-01-01T00:00:00Z"
}
No Body