Authy Applications
As of November 2022, Twilio no longer provides support for Authy SMS/Voice-only customers. Customers who were also using Authy TOTP or Push prior to March 1, 2023 are still supported. The Authy API 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.
Existing customers will not be impacted at this time until Authy API has reached End of Life. For more information about migration, see Migrating from Authy to Verify for SMS.
Twilio Authy API applications are created through the Authy section of the console. You may have many applications in one Twilio account, but each Application you create will be isolated with a separate list of users and separate API key.
Create New Application
To create a new Authy application, click the red plus ('+') button from the console:
NOTE: The application name is limited to 30 characters.
See how to get your Authy Application ID here.
Get Application Details
GET https://api.authy.com/protected/{FORMAT}/app/details
URL
Name | Description |
---|---|
FORMAT String |
The format to expect back from the REST API call. json or xml . (🏢 not PII) |
Parameters
Name | Description |
---|---|
user_ip String (optional) |
IP of the user requesting to see the application details. (📇 PII ) |
Response
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.