Skip to main content
GET
/
v1
/
orders
/
{orderId}
Get single order
curl --request GET \
  --url https://prod01.copilot.fabric.inc/data-subscription/v1/orders/{orderId} \
  --header 'Authorization: Bearer <token>'
{
  "responseStatus": "OK",
  "message": "Request processed successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

Order ID General object ID

Example:

"606f01f441b8fc0008529916"

Response

Request processed successfully

Single order returned by ID

responseStatus
string

Brief response status

Example:

"OK"

message
string

Full response message

Example:

"Request processed successfully"

data
object

Order details