Twilio Changelog | Nov. 06, 2025
OAuth for Twilio APIs is now in public beta
Twilio Communications APIs now support OAuth 2.0 authorization.
Using OAuth 2.0, short lived access tokens can be generated which have scoped access to certain APIs making them more secure than Auth tokens and API keys.
We support the Client Credentials grant type of OAuth 2.0 as defined in RFC 6749, section 4.4. You can use the Twilio Console to create OAuth apps and generate OAuth credentials.
To learn more about OAuth for Twilio APIs, visit our documentation.