AT&T Alliance APIs

End-Customer Lookup

Version v1

To gather essential data such as Alliance status, existing LOA agreements, and customer specifics like sub-account ID.

POST
Contact DL-APS_API_Services@att.com to get Endpoint details /customerAccountLookup
Download API Specification
arrowRequest

Header Parameters

            Body Parameters

            Responses

            arrowBody

            application/json

              Example Request

              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              17
              18
              19
              20
              curl --request POST \
                   --url https://Contact%20DL-APS_API_Services@att.com/%20to%20get%20Endpoint%20details/customerAccountLookup \
                   --header 'accept: application/json' \
                   --header 'client_id: string' \
                   --header 'client_secret: string' \
                   --header 'content-type: application/json' \
                   --header 'source: string' \
                   --header 'x-trace-id: string' \
                   --header 'x-transaction-id: string' \
                   --data '
              {
                "address": {
                  "city": "PLANO",
                  "state": "TX",
                  "street": "2900 W PLANO PKWY",
                  "zipCode": "75075"
                },
                "accountName": "AT&T CLOUD TEST FOUNDRY"
              }
              '

              Example Response

              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              17
              18
              19
              20
              21
              22
              23
              [
                {
                  "accountAddress": {
                    "city": "PLANO",
                    "country": "USA",
                    "state": "TX",
                    "street": "2900 W PLANO PKWY",
                    "zipCode": "750758004"
                  },
                  "accountName": "AT&T CLOUD TEST FOUNDRY",
                  "accountId": "0013g00000cUIRtAAO",
                  "acid": null,
                  "salesSegment": null,
                  "subAccountId": "U8GOM4",
                  "contractStatus": null,
                  "parentPartnerAccId": null,
                  "partnerId": null,
                  "loaStatus": "N",
                  "allianceStatus": "ATT ONLY",
                  "accountStatus": "Inactive",
                  "exception": "N"
                }
              ]