LosCenotes Partner Documentation
This site documents the current Partner surface of LosCenotes API.
What is covered
The partner ecosystem is split into two groups:
1. Partner-specific APIs
These are the endpoints implemented in src/partners/controllers and exposed through the global /api prefix:
- Public Partner API:
/api/partner/* - Partner Registration:
/api/partners/register* - Partner Portal:
/api/partner-portal/* - Admin Partners:
/api/admin/partners/* - Partner Settings:
/api/partner-settings/* - Partner Users:
/api/partners/users/* - Partner Reports:
/api/partner-reports/* - Partner Reservations:
/api/partner-reservations/* - Partner Webhooks:
/api/partners/webhooks/* - Partner Sandbox:
/api/partner-sandbox/* - Webhook Simulator:
/api/partner/webhooks/simulator/*
2. Shared platform APIs used by partners
Partners also consume shared endpoints outside src/partners, such as:
- pricing calculation
- checkout providers
- payment methods
- public discount rules and coupons
- public cenote/service data
Those endpoints are documented here as shared platform APIs, not as part of the partner module itself.
Current verified scope
- 89 partner endpoints currently implemented in
src/partners/controllers - global API prefix:
/api - docs aligned to controller routes, not legacy naming
Start here
- API overview
- Public partner API
- Partner registration
- Partner portal APIs
- Admin partner APIs
- Management features
Important notes
- All examples in this site use the real global prefix:
/api - Prices exposed by the API are documented in cents unless stated otherwise
- Some older internal docs still mention
83 endpoints; the current implementation exposes 89
Need raw OpenAPI?
- Main API reference:
/docs - Partner-filtered reference:
/partner-docs
Updated: 2026-03-10