POST
/
verifications
/
{id}
/
checks

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

POST body for checking a Verification code

code
string
required

The 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