AT&T · Schema

TokenRequest

TokenRequest schema from AT&T API

TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

Properties

Name Type Description
client_id string The App Key from your AT&T developer account
client_secret string The App Secret from your AT&T developer account
grant_type string OAuth grant type
scope string Space-separated list of API scopes (e.g. SMS, MMS, SPEECH)
code string Authorization code (required for authorization_code grant type)
refresh_token string Refresh token (required for refresh_token grant type)
View JSON Schema on GitHub