Skip to main content

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.

MethodEndpointPurpose
GET/api/partner/cenotesPartner-scoped cenote list from the public partner API
GET/api/partner/availability/:cenoteId?date=YYYY-MM-DDPartner availability lookup
GET/api/cenotes/:id/servicesShared platform endpoint for cenote services

Notes

  • use /api/partner/cenotes for 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