Verifications report
Report a verification with ID
Report the received verification code to verify it, using the Verification ID of the Verification request.
put/verification/v1/verifications/id/{id}
Path parameters
idstring required
Request body
Example request
{
"method": "sms",
"sms": {
"code": "123"
}
}Example response
{
"id": "1234567890",
"method": "sms",
"status": "PENDING",
"reason": "Expired"
}