Verifications
Check a verification
Checks the code against a verification.
post/verifications/{id}/checks
Path parameters
idstring required
The ID of the verification to check against.
Example:vfn_01jayh15c2f2xamftg0xpyq1nj
Request body
Example request
{
"code": "123456"
}Response
Correct code
Example response
{
"result": "ok",
"verification": {
"attempt_count": 1,
"id": "vfn_01jayh15c2f2xamftg0xpyq1nj",
"phone_number": "+18015551234",
"status": "verified"
}
}