OAuth Access
Upon registering for the API with AT&T, you will be provided with secure credentials to generate OAuth2 access token. Any API requests should include OAuth2 token as authorization / authentication credentials in request headers.
1
Security credentials
In this step, we can use the Personalized URL
https://login.microsoftonline.com/e741d71c-c6b6-47b0-803c-0f3b32b07556/oauth2/v2.0/token
and the client credentials received for generating the OAuth2 access token.
Sample OAuth Request Params:
Grant Type
client_credentials
Client_id
<secure-client-id>
Client_secret
<secure-client-secret>
Scope
<secure-partner-scope>
Use the "access_token" for authentication when using our APIs
This token is valid for 30mins needs to be regenerated by following Step 1 to continue to authenticate APIs