Verifications report
Report a verification using Identity
Report the received verification code to verify it, using the identity of the user (in most cases, the phone number). For an SMS verification or Phone Call verification, this is the OTP code. For FlashCall, this is the CLI.
put/verification/v1/verifications/number/{endpoint}
Request body
Example request
{
"method": "sms",
"sms": {
"code": "123"
}
}Example response
{
"id": "1234567890",
"method": "sms",
"status": "PENDING",
"reason": "Expired"
}