Order Status

Version v1
download iconDownload spec

Endpoint

GET
https://att-order-status-eapi.gw.cloud.att.com/api/v1/orders

The purpose of this API endpoint is to fetch an order status for the submitted order.

arrowRequest

Query Parameters

            Header Parameters

                      Body Parameters

                      Responses

                      Success

                      arrowBody

                      application/json

                      REQUEST

                      1
                      2
                      3
                      4
                      5
                      6
                      7
                      8
                      curl --request GET \
                           --url 'https://att-order-status-eapi.gw.cloud.att.com/api/v1/orders?externalIdentifierId=string&externalIdentifierType=string&businessAccountName=string&offset=integer&limit=integer' \
                           --header 'accept: application/json' \
                           --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
                      {
                        "status": 200,
                        "responseData": {
                          "orderNumber": "123456789",
                          "orderStatus": "IN_PROGRESS"
                        },
                        "timestamp": "2026-02-19T15:04:05Z"
                      }