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: "^[0-9]{6}$"
The Verification code that was received.

Response

Correct code
resultenum or null
The result of the code check.
Allowed values:
verificationobject or null
A phone number verification

Errors