v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBVerify
Start a verification
Starts a verification by sending an SMS, voice, or email message to the recipient. This verification is charged once the message is sent successfully.
post/verify/verifications
Request body
Example request
{
"channel": "sms",
"to": "+16315551111",
"code": "123456",
"senderId": "Brand",
"signature": "Brand",
"language": "en"
}Response
The request is successfully accepted.
Example response
{
"id": "ve6j7n8i",
"to": "+16315551111",
"channel": "sms",
"sendTime": "2022-06-01T12:00:00.000Z",
"totalPrice": 0.0085,
"currency": "USD",
"smsFallback": {
"unsupportedReason": "SENDER_ID_UNAVAILABLE",
"unsupportedDetail": "This Sender ID is not registered."
}
}