v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBVerify
Check a verification
Checks a verification with a phone number, an email address, or a verification ID. A pending verification status changes to approved once you receive a response with the valid parameter is true. An approved verification cannot be checked anymore.
post/verify/verificationChecks
Request body
Example request
{
"verificationId": "vid",
"to": "+16315551111",
"code": "123456"
}Response
Successfully processed the verification check.
Example response
{
"id": "vc8f92c20",
"to": "+16315551111",
"channel": "sms"
}