Welcome to LosCenotes Partner API
Welcome to the official documentation for the LosCenotes Partner API. This documentation will guide you through integrating your platform with LosCenotes to manage cenote and tour reservations in the Yucatan Peninsula.
π Quick Startβ
Get started with our API in just a few minutes:
- Get your API Keys - Request access from our partner team
- Make your first call - Use the
X-API-Keyheader for authentication - Go Live - Switch to production keys (
pk_live_*) when ready
ποΈ What is LosCenotes?β
LosCenotes is the leading platform for cenote and tour tourism in the Yucatan Peninsula. We connect:
- Travelers - looking for unique cenote experiences
- Cenote Owners - managing their properties
- Tour Operators - organizing group visits
- Technology Partners - enhancing the ecosystem
π Documentation Overviewβ
Getting Startedβ
Learn the basics and make your first API call
API Referenceβ
Complete reference for all endpoints
Pricing & Age Groupsβ
Price calculations and age category multipliers
Checkout & Paymentsβ
Payment processing with Stripe, PayPal, MercadoPago
π API Keysβ
We use different API key prefixes for each environment:
| Environment | Key Prefix | Description |
|---|---|---|
| Production | pk_live_ | Live production data |
π Authenticationβ
All API requests require the X-API-Key header:
curl -X GET "https://service-gateway.loscenotes.com/partner/cenotes" \
-H "X-API-Key: pk_live_your_api_key" \
-H "Content-Type: application/json"
π‘ Key Featuresβ
- RESTful API - Standard HTTP methods and status codes
- JSON Responses - Consistent response format
- Multi-language - i18n support (es, en, fr)
- Age-based Pricing - 5 age categories with multipliers
- Multiple Payment Methods - Stripe, PayPal, MercadoPago, On-site
π Response Formatβ
All API responses follow this structure:
{
"success": true,
"message": "operation.success",
"data": { ... },
"pagination": { ... },
"currency": {
"code": "MXN",
"symbol": "$"
}
}
π¦ Rate Limitsβ
| Plan | Requests/Hour |
|---|---|
| Basic | 1,000 |
| Pro | 10,000 |
| Enterprise | Custom |
π Supportβ
Need help? We're here for you:
- π§ Email: partners@loscenotes.com
- π API Status: status.loscenotes.com
π― Next Stepsβ
Last updated: December 2025