Verifications
Check verification
Checks the code against a verification.
POST
/
verifications
/
{id}
/
checks
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredBody
application/json
POST body for checking a Verification code
code
string
requiredThe Verification code that was received.
Response
201 - application/json
The response returned from checking a Verification code
result
enum<string>
The result of the code check.
Available options:
ok
, incorrect
, exhausted
, expired
, already_verified
verification
object
A phone number verification