Skip to main content
GET
List Reservations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization
string
required

Query Parameters

include
string

Available includes are customer, division, entries. You can include multiple options by separating them with a comma.

page[size]
integer
default:30

The number of results that will be returned per page.

page[cursor]
string

The cursor to start the pagination from.

filter[division_id]
string

Filter by division ID.

Example:

310476121357873150

filter[date]
string

Filter by date.

Example:

"2025-06-26"

Response

Paginated set of ReservationResource

data
Reservation · object[]
required
meta
object
required
included
(Customer · object | Division · object | Entry · object)[]