Getting started with the Rex API
The Rex API lets you build custom integrations, pull reservation data into your own systems, and automate venue management tasks.
Base URL
https://yourvenue.reservewithrex.com/api
Authentication
The API uses Bearer token authentication. Include your API key in every request: Authorization: Bearer YOUR_API_KEY
Key endpoints
GET /api/reservations β list reservations
GET /api/reservations/:id β get a single reservation
POST /api/reservations β create a reservation
PATCH /api/reservations/:id β update a reservation
GET /api/packages β list available packages
GET /api/availability β check availability for a date range
Updated May 12, 2026
Was this helpful?