Retrieve the details of the requested order
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/accounts/{number}/orders/{order}
- QA Serverhttps://qa.ticketingevents.com/v3/accounts/{number}/orders/{order}
- Production Serverhttps://api.ticketingevents.com/v3/accounts/{number}/orders/{order}
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}/orders/{order}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Details of the requested order were successfully retrieved.
Response
{ "self": "/orders/E8D946240203", "number": "E8D946240203", "status": "Placed", "placed": "2024-02-03T23:22:31+00:00", "subtotal": 140, "fees": 3.96, "total": 143.96, "items": [ { … } ], "payment": { "uri": "https://payments.frubipay.com/1234567890", "status": "Pending", "method": { … } } }