AT&T · OAuth Scopes

AT&T OAuth Scopes

OAuth 2.0 derived

AT&T publishes 8 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the AT&T API on a user’s behalf.

Tokens are issued from https://api.att.com/oauth/v4/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise
Scopes: 8 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://api.att.com/oauth/v4/authorize
Token URL
https://api.att.com/oauth/v4/token
Flows
authorizationCodeclientCredentials

Scopes (8)

ScopeDescriptionFlows
ADS Access to Advertising APIs clientCredentials
IMMN Send Message - send MMS and SMS messages on behalf of user authorizationCode
MIM Message Inbox Management - read, update, and delete messages authorizationCode
MMS Access to MMS messaging APIs clientCredentials
SMS Access to SMS messaging APIs clientCredentials
SPEECH Access to Speech to Text APIs clientCredentials
STTC Access to Speech to Text Custom APIs clientCredentials
TTS Access to Text to Speech APIs clientCredentials

Source

OAuth Scopes

at-and-t-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/at-and-t-in-app-messaging-api.yaml, openapi/at-and-t-sms-api.yaml
schemes:
- name: oauth2
  source: openapi/at-and-t-in-app-messaging-api.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.att.com/oauth/v4/authorize
    tokenUrl: https://api.att.com/oauth/v4/token
  description: AT&T OAuth 2.0 with user consent via authorization code flow
- name: oauth2
  source: openapi/at-and-t-sms-api.yaml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.att.com/oauth/v4/token
  description: AT&T OAuth 2.0 authentication using client credentials grant
scopes:
- scope: ADS
  description: Access to Advertising APIs
  flows:
  - clientCredentials
  sources:
  - openapi/at-and-t-sms-api.yaml
- scope: IMMN
  description: Send Message - send MMS and SMS messages on behalf of user
  flows:
  - authorizationCode
  sources:
  - openapi/at-and-t-in-app-messaging-api.yaml
- scope: MIM
  description: Message Inbox Management - read, update, and delete messages
  flows:
  - authorizationCode
  sources:
  - openapi/at-and-t-in-app-messaging-api.yaml
- scope: MMS
  description: Access to MMS messaging APIs
  flows:
  - clientCredentials
  sources:
  - openapi/at-and-t-sms-api.yaml
- scope: SMS
  description: Access to SMS messaging APIs
  flows:
  - clientCredentials
  sources:
  - openapi/at-and-t-sms-api.yaml
- scope: SPEECH
  description: Access to Speech to Text APIs
  flows:
  - clientCredentials
  sources:
  - openapi/at-and-t-sms-api.yaml
- scope: STTC
  description: Access to Speech to Text Custom APIs
  flows:
  - clientCredentials
  sources:
  - openapi/at-and-t-sms-api.yaml
- scope: TTS
  description: Access to Text to Speech APIs
  flows:
  - clientCredentials
  sources:
  - openapi/at-and-t-sms-api.yaml