Verify v1 API has reached End of Sale. It is now closed to new customers and will be fully deprecated in the future.
For new development, we encourage you to use the Verify v2 API. v2 has an improved developer experience and new features, including:
Existing customers will not be impacted at this time until Verify v1 API has reached End of Life. For more information about migration, see Migrating from 1.x to 2.x.
As part of Twilio's Trusted Activation offerings, the Twilio Verify API makes it simple to add phone verification to your web application. It supports codes sent via voice and SMS. To start working with the API, first create an application in the console and get the API Key.
All URLs in the reference documentation use the following base URL:
https://api.authy.com
All requests to the Verify REST API are served over HTTPS. Unencrypted HTTP is not supported.
All HTTP
requests to the Verify REST API /protected
endpoints are protected with an API Secret you pass as an HTTP header X-Authy-API-Key
, e.g.:
1curl -XPOST 'https://api.authy.com/protected/json/phones/verification/start' \2-H "X-Authy-API-Key: $VERIFY_API_KEY" \3-d via='sms' \4-d phone_number='987-654-3210' \5-d country_code=1
The Verify API Key can be found in the Verify section of the Twilio Console after clicking through to your application.
Need help troubleshooting an error or understanding a response?