Endpoints
Check a code
Check the validity of a verification code.
POST
/
v2
/
verification
/
check
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 OTP code to validate.
Was this page helpful?