Get user bookings
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /user/bookings
Operation
Operation ID: getUserBookings
Retrieve bookings for the authenticated user
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Responses
Status | Description | Content Types |
|---|---|---|
200 | User bookings retrieved successfully | application/json |
Schema for response 200 (application/json):
{
"items": {
"$ref": "#/components/schemas/Booking"
},
"type": "array"
}
17 March 2026