Sinch · AsyncAPI Specification
Sinch Verification Callbacks
Version 1.0
Event-driven callbacks for the Sinch Verification API. The Verification API sends HTTP POST callbacks to your application during the verification lifecycle. These include verification request events when a verification is initiated and verification result events when a verification is completed or fails.
Channels
/verification/request
Receive a verification request event
Receives verification request events when a new verification is initiated. Your response can allow or deny the verification and override the verification method.
/verification/result
Receive a verification result event
Receives verification result events when a verification is completed, either successfully or with a failure.
Messages
VerificationRequestEvent
Verification Request Event
A new verification has been initiated
VerificationResultEvent
Verification Result Event
A verification has reached a terminal state
Servers
https
customerServer
{callbackUrl}
Your server endpoint configured to receive Verification API callbacks. The callback URL is configured per application.