curl -X GET "https://api.sevenrooms.com/v1/reservations?venue_id=VEN123&date=2025-03-20" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Accept: application/json"
: Standard API login is performed using your ID and Secret if no existing API token is detected. sevenrooms api documentation
This is the heartbeat of the API.