Endpoints
Create or retry a verification
Create a new verification for a specific phone number. If another non-expired verification exists (the request is performed within the verification window), this endpoint will perform a retry instead.
POST
/
v2
/
verification
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The target. Currently this can only be an E.164 formatted phone number.
The signals used for anti-fraud.
Verification options
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
The verification identifier.
The status of the verification.
Available options:
success
, retry
, blocked
The method used for verifying this phone number.
Available options:
message
The metadata for this verification.
Was this page helpful?