cURL
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": {} }
Get single order, specified by order ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Order ID General object ID
"606f01f441b8fc0008529916"
Request processed successfully
Single order returned by ID
Brief response status
"OK"
Full response message
"Request processed successfully"
Order details
Show child attributes
Was this page helpful?