Skip to contentSkip to navigationSkip to topbar
On this page

20003: Permission Denied



ERROR: 20003

error-20003 page anchor
ERROR

Permission Denied

permission-denied page anchor

You lack permission to access the resource and method you requested.

Authenticating requests to the Twilio API
authenticating-requests-to-the-twilio-api page anchor

All requests to sensitive areas of the Twilio API must use HTTP Basic Authentication(link takes you to an external page). Authenticate using your Account SID as the username, and your Auth Token as the password. Both can be found in your Twilio Dashboard.

You may also want to consider using a Twilio helper library (available in PHP, .NET, Java, Ruby, and Python) as they will take care of authentication for you.