Reservations (Shared + Partner Surfaces)
Reservations are exposed through multiple APIs in LosCenotes.
Partner-specific reservation surfaces
Public partner API
GET /api/partner/reservationsGET /api/partner/reservations/:idPOST /api/partner/reservationsPOST /api/partner/reservations/:id/cancel
Partner management reservations
GET /api/partner-reservationsGET /api/partner-reservations/statsGET /api/partner-reservations/:idPOST /api/partner-reservationsPATCH /api/partner-reservations/:idPOST /api/partner-reservations/:id/cancel
Shared reservation endpoints often used in integrations
GET /api/public/reservations/:id?email=...&confirmationCode=...GET /api/public/reservations/by-confirmation/:confirmationCode?email=...POST /api/public/reservations/validate
Contract notes
- API responses expose monetary amounts in cents
- list endpoints use the standard pagination wrapper
- partner reservation management uses JWT/partner context, while the public partner API uses
X-API-Key - public reservation lookup endpoints require query verification data such as
emailand optionallyconfirmationCode
Important correction
Older drafts of this documentation described flows like confirmation, check-in, completion and bulk reservation endpoints under /partner/reservations. Those are not part of the current public partner controller surface and are intentionally omitted here.