POST
/
v2
/
verification
/
check

Authorizations

Authorization
string
headerrequired

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

Body

application/json
target
object
required

The target. Currently this can only be an E.164 formatted phone number.

code
string
required

The OTP code to validate.

Response

200 - application/json
id
string

The verification identifier.

status
enum<string>

The status of the check.

Available options:
success,
failure,
expired
metadata
object

The metadata for this verification.

request_id
string