Check a verification

Checks the code against a verification.

Path parameters

idstringRequired

Headers

AuthorizationstringRequired

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

Request

Verification check params
codestringRequiredformat: "string"
The Verification code that was received.

Response

VerificationCheckOkResponse
resultenum or null

The result of the code check.

This result will affect the status code of the response:

  • ok: 200
  • incorrect: 422
  • exhausted: 422
  • expired: 422
  • already_verified: 409
Allowed values:
verificationobject or null
A phone number verification

Errors