Solution Provider Contact Lookup

Version v1
download iconDownload spec

Endpoint

GET
https://att-endcustomerlookup-eapi.gw.cloud.att.com/api/v1/solutionProviderContactLookup

Fetches contact name/address details associated with the specified subAccountId.

arrowRequest

Query Parameters

      Header Parameters

                  Body Parameters

                  Responses

                  OK

                  arrowBody

                  application/json
                    • [
                      {
                    • }
                      ]

                  REQUEST

                  1
                  2
                  3
                  4
                  5
                  6
                  7
                  8
                  curl --request GET \
                       --url 'https://att-endcustomerlookup-eapi.gw.cloud.att.com/api/v1/solutionProviderContactLookup?subAccountId=string&spId=string' \
                       --header 'accept: string' \
                       --header 'client_id: string' \
                       --header 'client_secret: string' \
                       --header 'source: string' \
                       --header 'x-trace-id: string' \
                       --header 'x-transaction-id: string'

                  RESPONSE

                  1
                  2
                  3
                  4
                  5
                  6
                  7
                  8
                  9
                  10
                  11
                  12
                  13
                  14
                  15
                  16
                  17
                  18
                  19
                  20
                  21
                  22
                  23
                  24
                  25
                  26
                  27
                  28
                  29
                  30
                  [
                    {
                      "type": "Partner Contact",
                      "firstName": "test",
                      "middleName": "test",
                      "lastName": "test",
                      "title": "MR",
                      "email": "test@gmail.com",
                      "telephone": "*************",
                      "country": "US",
                      "streetAddress": "1st test,Mission St",
                      "city": "San Francisco",
                      "state": "CA",
                      "zipCode": "91000"
                    },
                    {
                      "type": "Partner Contact",
                      "firstName": "test",
                      "middleName": "test",
                      "lastName": "test",
                      "title": "test",
                      "email": "test@example.com",
                      "telephone": "1234567890",
                      "country": "US",
                      "streetAddress": "test street,Suite 400",
                      "city": "Chicago",
                      "state": "IL",
                      "zipCode": "60631"
                    }
                  ]