Reading Reservations (GET)
Endpoint: GET /api/reservations.php
Retrieves reservations. Requires an API key with read permissions for reservations. You must specify one of the following query parameters to filter the results:
?date=YYYY-MM-DD: All reservations for a specific day.?my_upcoming=1: Your own future reservations.?pending=1: The admin approval queue (requires admin role).