Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Invalid Access Token issuer/subject



ERROR: 20103

error-20103 page anchor
PLATFORM
ERROR

Error - 20103


Invalid Access Token issuer or subject

invalid-access-token-issuer-or-subject page anchor

The issuer or subject of the Access Token provided to the Twilio API was invalid.

Issuer: The API Key used to sign the the token.

Subject: The Twilio Account SID from your Live Credentials.

Possible Causes

possible-causes page anchor
  • Account is inactive or suspended.
  • Account SID is incorrect.
  • API Key is incorrect or has been deleted.
  • Ensure the account is active and there are enough funds available.
  • Ensure the Account SID is correct and is from your Live Credentials.
  • Make sure that the API Key used to sign the request is correct and associated with the supplied Account SID.

To check whether the Access Token is structurally correct, you can use the tools available at jwt.io(link takes you to an external page).

Access Tokens are used by multiple Twilio SDKs, including Programmable Voice, Programmable Video, and Programmable Chat. For the details of Twilio's specific Access Token implementation and the requirements of the issuer and subject fields, see the documentation.


Rate this page: