Getting started with Mobility
In this section, you’ll learn how to make your first authenticated Mobility API request and examine the response data.
1
Access
The Mobility APIs are considered secured controlled services, which are not available through an open internet connection. When registering to use these APIs, AT&T will work with your network team to provide dedicated line or VPN access between your and AT&T's networks - and these APIs will be accessible via that connection.
2
Security credentials
Upon registering for the Mobility APIs with AT&T, you will be provided with userName and userPassword security credentials.
Any API requests should include these credentials within the Header, sections to authorize your requests' access. . This is an example:
1
2
--header 'client_id: "Contact APS API Services Team for Client ID"'
--header 'client_secret: "Contact APS API Services Team for Client secret"'