Trigger SMS verification
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The request body when creating a verification.
+E164 formatted phone number.
Example:
"+13035551234"
The identifier of the associated Verify profile.
Example:
"12ade33a-21c0-473b-b055-b3c836e1c292"
Send a self-generated numeric code to the end-user
Example:
"43612"
The number of seconds the verification code is valid for.
Example:
300
Response
Expected verifications response to a valid request.
JavaScript