Checks the code against a verification.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the verification to check against.
"vfn_01jayh15c2f2xamftg0xpyq1nj"
Parameters for checking a Verification code
The Verification code that was received.
"123456"
Correct code
The result of checking a Verification code
The result of the code check.
ok, incorrect, exhausted, expired, already_verified A phone number verification
{
"attempt_count": 0,
"id": "vfn_01jayh15c2f2xamftg0xpyq1nj",
"phone_number": "+18015551234",
"status": "pending"
}