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