Menu

Expand
Rate this page:

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:

Create New Two-Factor Application

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

Name Description
app
Hash
Object with information about the application. (🏢 not PII )
success
Boolean
True if the request was successful. (🏢 not PII )
message
String
A message indicating the result of the operation. (🏢 not PII )
Loading Code Sample...
        
        

        Fetch Application Details

        Rate this page:

        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.

        Loading Code Sample...
              
              
              

              Thank you for your feedback!

              Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

              Sending your feedback...
              🎉 Thank you for your feedback!
              Something went wrong. Please try again.

              Thanks for your feedback!

              thanks-feedback-gif