v1

latestOpenAPI 3.1.02026-08-065143121.0 KB
Orders

get/v1.5.0/events/{eventIdHash}/orders/{orderSk}

Path parameters

eventIdHashstring required
orderSkstring required

Query parameters

timezonestring
fromstring
tostring

Response

OK

Example response

{
  "data": {
    "approved_date": "2026-06-18 19:12:37",
    "buyer_email": "string",
    "buyer_first_name": "string",
    "buyer_last_name": "string",
    "discount_code": "string",
    "event_id": "string",
    "id": "string",
    "invoice_info": {
      "name": "string"
    },
    "order_date": "2026-06-18 19:12:37",
    "order_status": "string",
    "order_total_net_value": 0.1,
    "order_total_sale_price": 0.1,
    "presentation_id": 0,
    "transaction_type": "string",
    "updated_date": "2026-06-18 19:12:37",
    "utm": {
      "utm_source": "string"
    }
  },
  "pagination": {
    "has_prev": false,
    "offset": 0,
    "page": 0,
    "page_size": 0,
    "quantity": 0,
    "total_page": 0,
    "total_records": 0
  },
  "sort": {
    "field_sort": "string",
    "sort": "string"
  }
}