JavaScript
Verifications
Send verification
Creates a new Verification and sends the code to the given phone number.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Parameters for creating a Verification
The phone number to be verified. In E.164 format.
Pattern:
^\+[1-9]\d{6,14}$Example:
"+18015551234"
Response
Created verification
A phone number verification
The number of times the code has been attempted.
Unique identifier for the object.
The phone number being verified. In E.164 format.
Pattern:
^\+[1-9]\d{6,14}$Example:
"+18015551234"
The current status of the verification.
Available options:
pending, verified, exhausted, expired