Verifications
Send verification
Creates a new Verification and sends the code to the given phone number.
POST
/
verifications
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
POST body for creating a Verification
phone_number
string
requiredThe phone number to be verified. In E.164 format.
Response
201 - application/json
A phone number verification
attempt_count
integer
requiredThe number of times the code has been attempted.
id
string
requiredUnique identifier for the object.
phone_number
string
requiredThe phone number being verified. In E.164 format.
status
enum<string>
requiredThe current status of the verification.
Available options:
pending
, verified
, exhausted
, expired