v1

latestOpenAPI 3.0.1Apache 2.02026-07-26176256241.4 KB
Orders

Get orders with filters

Retrieves orders with optional filtering by guest UID, property UID, lead UID or update timestamp. At least one filter parameter must be provided

get/api/v3.3/orders

Query parameters

guestUidstring
propertyUidstring
leadUidstring
updatedSincestring
Example:2026-04-20T11:52:36

Response

Successful Operation

Example response

{
  "orders": [
    {
      "creationUtcDateTime": "2026-04-20T11:52:36",
      "updatedUtcDateTime": "2026-04-20T11:52:36",
      "adjustmentItems": [
        {
          "createdUtcDateTime": "2026-04-20T11:52:36"
        }
      ]
    }
  ]
}