Skip to main content
GET
Show Reservation

Authorizations

Authorization
string
header
required

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

Path Parameters

organization
string
required
id
string
required

Query Parameters

include
string

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

Response

Reservation

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