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 reservations in the Yucatan Peninsula.
π Quick Startβ
Get started with our API in just a few minutes:
- Get your API Keys - Request sandbox access from our partner portal
- Test in Sandbox - Use test API keys (
sk_test_*) to develop - Go Live - Switch to production keys (
pk_live_*) when ready
ποΈ What is LosCenotes?β
LosCenotes is the leading platform for cenote 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
Real-time event notifications
Sandbox Testingβ
Safe testing environment
SDKsβ
Official SDKs for multiple languages
π API Keysβ
We use different API key prefixes for each environment:
| Environment | Key Prefix | Description |
|---|---|---|
| Sandbox | sk_test_ | Testing with mock data |
| Production | pk_live_ | Live production data |
π‘ Key Featuresβ
- RESTful API - Standard HTTP methods and status codes
- JSON Responses - Consistent response format
- Sandbox Mode - Full testing environment
- Rate Limiting - Fair usage policies
- Multi-language - i18n support
π οΈ Available SDKsβ
Official SDKs make integration easier:
π Response Formatβ
All API responses follow this structure:
{
"success": true,
"message": "operation.success",
"data": { ... },
"pagination": { ... }, // For list endpoints
"_sandbox": true // In sandbox mode
}
π¦ Rate Limitsβ
| Plan | Requests/Hour | Sandbox Multiplier |
|---|---|---|
| Basic | 1,000 | 10x |
| Pro | 10,000 | 10x |
| Enterprise | Custom | Custom |
π Supportβ
Need help? We're here for you:
- π§ Email: partners@loscenotes.com
- π API Status: status.loscenotes.com
- π GitHub Issues: github.com/loscenotes/partner-api
π― Next Stepsβ
Last updated: January 2025