List all bookings
GET/bookings
Returns a paginated list of all bookings made by your client account. Results are sorted by creation date (newest first).
Request
Responses
- 200
- 401
- 429
Bookings retrieved successfully
Unauthorized - missing or invalid API key
Rate limit exceeded
Response Headers
Retry-After
Seconds to wait before retrying
X-RateLimit-Limit
Request limit per minute
X-RateLimit-Remaining
Remaining requests in current window
X-RateLimit-Reset
ISO 8601 timestamp when limit resets