Cenotes (Shared Platform API)
This page documents the cenote endpoints commonly used by partners from the shared platform surface.
Important scope note
These endpoints are not implemented in src/partners/controllers. They belong to shared public modules and may be used together with the Partner API.
Common partner-related endpoints
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /api/partner/cenotes | Partner-scoped cenote list from the public partner API |
| GET | /api/partner/availability/:cenoteId?date=YYYY-MM-DD | Partner availability lookup |
| GET | /api/cenotes/:id/services | Shared platform endpoint for cenote services |
Notes
- use
/api/partner/cenotesfor partner integrations, not legacy/partner/cenotes - this docs site intentionally avoids documenting non-existent partner endpoints such as legacy detail/search variants that are not present in the current controllers
- for booking flows, combine cenote discovery with Pricing and Reservations