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

This endpoint expects an object.
codestringRequiredformat: "^[0-9]{6}$"

The Verification code that was received.

Response

VerificationCheckOkResponse

resultenumOptional

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:
verificationobjectOptional

A phone number verification

Errors