Skip to main content

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:

  1. Get your API Keys - Request sandbox access from our partner portal
  2. Test in Sandbox - Use test API keys (sk_test_*) to develop
  3. 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:

EnvironmentKey PrefixDescription
Sandboxsk_test_Testing with mock data
Productionpk_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​

PlanRequests/HourSandbox Multiplier
Basic1,00010x
Pro10,00010x
EnterpriseCustomCustom

πŸ“ž Support​

Need help? We're here for you:

🎯 Next Steps​

  1. Create your first API key
  2. Make your first API call
  3. Test in sandbox

Last updated: January 2025