Get all bookings for the current user
Bookings
Get all bookings for the current user
Retrieves a list of all bookings (past and future) associated with the currently authenticated user. Each item in the list contains enriched details about the event, hall, and seat. Requires user authentication.
GET
Get all bookings for the current user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
A successful response returning a list of the user's bookings. The list can be empty if the user has no bookings.
The timestamp when the booking was created.
Example:
"2025-10-20T19:00:00Z"
Example:
"2025-10-20T22:30:00Z"
Example:
"Большой зал"
Example:
"ул. Главная, д. 1"
Example:
"12"
Example:
"7"
Example:
50