AT&T · Example Payload

Wireless Apis Token Request Example

Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Wireless Apis 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

grant_typeclient_idclient_secretscopecoderefresh_token

Example Payload

Raw ↑
{
  "grant_type": "client_credentials",
  "client_id": "example_client_id",
  "client_secret": "example_client_secret",
  "scope": "example_scope",
  "code": "example_code",
  "refresh_token": "example_refresh_token"
}