Get Reservations by User
GET /v1/reservations/users/{userId}/reservations
Gets all reservations for a given user.
Headers
Name
Value
Authorization
Bearer <token>
x-api-key
<api key>
Parameters
userId string(uuid) path parameter (required)
Identifier of the user to get reservations for.
Response
200 OK
A list containing details about each reservation associated to the user.
Body
[] array of Reservation objects
A list of Reservation objects.
Last updated