Webhooks
Event Types
List of supported event types and their payload.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
verification.updated{
"event": "verification.updated",
"verificationId": "990cdad8-1438-4bbd-8b55-120b56e87540",
"id": "123456",
"status": "complete.eligible"
}
sandbox.verification.updated{
"event": "sandbox.verification.updated",
"verificationId": "990cdad8-1438-4bbd-8b55-120b56e87540",
"id": "123456",
"status": "complete.eligible"
}
verification.pending{
"event": "verification.pending",
"verificationId": "990cdad8-1438-4bbd-8b55-120b56e87540",
"id": "123456",
"status": "pending"
}
sandbox.verification.pending{
"event": "sandbox.verification.pending",
"verificationId": "990cdad8-1438-4bbd-8b55-120b56e87540",
"id": "123456",
"status": "pending"
}
discovery.updated{
"event": "discovery.updated",
"discoveryId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
"status": "complete",
"id": "123456"
}
sandbox.discovery.updated{
"event": "sandbox.discovery.updated",
"discoveryId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
"status": "complete",
"id": "123456"
}
flow.updated{
"event": "flow.updated",
"flowRunId": "990cdad8-1438-4bbd-8b55-120b56e87540",
"status": "COMPLETE",
"stateId": "create-verification"
}
sandbox.flow.updated{
"event": "sandbox.flow.updated",
"flowRunId": "990cdad8-1438-4bbd-8b55-120b56e87540",
"status": "ERROR",
"stateId": "create-verification"
}
flow.callback{
"event": "flow.callback",
"flowRunId": "990cdad8-1438-4bbd-8b55-120b56e87540",
"input": {
"type": "object",
"properties": {
"memberId": {
"type": "string"
}
}
}
}
sandbox.flow.callback{
"event": "sandbox.flow.callback",
"flowRunId": "990cdad8-1438-4bbd-8b55-120b56e87540",
"input": {
"type": "object",
"properties": {
"memberId": {
"type": "string"
}
}
}
}