POST
/
v2
/
verification

Authorizations

Authorization
string
header
required

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.

dispatch_id
string

The identifier of the dispatch that came from the front-end SDK.

metadata
object

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

options
object

Verification options

signals
object

The signals used for anti-fraud.

Response

200 - application/json
id
string
required

The verification identifier.

method
enum<string>
required

The method used for verifying this phone number.

Available options:
message
status
enum<string>
required

The status of the verification.

Available options:
success,
retry,
blocked
metadata
object

The metadata for this verification.

request_id
string