AT&T · Example Payload

Sms Api Token Request Example

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

Sms Api Token Request Example is an example object payload from AT&T, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

client_idclient_secretgrant_typescopecoderefresh_token

Example Payload

Raw ↑
{
  "client_id": "your_app_key",
  "client_secret": "your_app_secret",
  "grant_type": "client_credentials",
  "scope": "SMS",
  "code": "auth_code_abc123",
  "refresh_token": "f6e5d4c3b2a1f6e5d4c3b2a1f6e5d4c3"
}