POST
/
v2
/
verification

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.

signals
object

The signals used for anti-fraud.

options
object

Verification options

metadata
object

The metadata for this verification. This object will be returned with every response or webhook sent that refers to this verification.

Response

200 - application/json
id
string

The verification identifier.

status
enum<string>

The status of the verification.

Available options:
success,
retry,
blocked
method
enum<string>

The method used for verifying this phone number.

Available options:
message
metadata
object

The metadata for this verification.

request_id
string