List Bookings
GET
/v1/bookings
Request
Query Params
page
number
optional
Example:
1
perPage
number
optional
Example:
10
status
string
optional
Example:
open
startedAt
string
optional
Example:
2024-06-12T03:00:00.000Z
endedAt
string
optional
Example:
2024-06-13T03:00:00.000Z
sort
string
optional
Example:
asc
order
string
optional
Example:
startedAt
Request samples
Responses
Modified at 2024-08-28 09:19:07