Docs
Get Orders
GET /orders
GET
/ordersRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Returns a summary list of all orders for the event.
Response
Returns an array of order summary objects.
| Field | Type | Description |
|---|---|---|
| id | Guid | Order ID. |
| name | string | Order name. |
| status | string | Current order status. |
| internalNotes | string | Internal-facing notes. |
| externalNotes | string | External/vendor-facing notes. |