π Welcome
Turitop provides a powerful, standardized API for tours, activities, and attractions, built following the OCTO (Open Connectivity for Tours, Activities, and Attractions) standard.
With our API, you can:
β
Retrieve real-time product availability
β
Create, manage, and cancel bookings
β
Fetch up-to-date supplier details
β
Securely integrate with our scalable API
π What is the OCTO Standard?β
The OCTO standard is an open, community-driven API specification designed to simplify and standardize the way the travel industry exchanges data for tours, activities, and attractions.
By adopting OCTO, Turitop ensures:
- π Maximum compatibility with industry platforms
- π Faster and easier technical integrations
- β Consistent, high-quality data exchange
π οΈ API Overviewβ
Available Endpointsβ
Endpoint | Description |
---|---|
/products | Retrieve available products & details. |
/availability | Check real-time availability for products. |
/availability/calendar | Get calendar-based availability for products. |
/bookings | Create, confirm, cancel, and retrieve bookings. |
/supplier | Fetch supplier profile information. |
π Authenticationβ
All API requests require an API Key for authentication.
π How to Authenticateβ
Include your API Key in the request header:
Authorization: Bearer YOUR_API_KEY
π¦ API Featuresβ
Feature | Description |
---|---|
π Industry Standard | Built on the trusted OCTO open specification. |
β‘ High Performance | Optimized for fast, large-scale integrations. |
π Secure | Uses API Key authentication for safe access. |
π οΈ Flexible | Supports pagination and filtering for efficiency. |
π Example API Requestsβ
1οΈβ£ Get Available Productsβ
curl -X GET "https://api.example.com/products" -H "Authorization: Bearer YOUR_API_KEY"
π Response Example:
{
"data": [
{
"id": "a4959959-51ac-5b79-afe0-2c8178e2fc00",
"name": "Barcelona en un dΓa: Sagrada Familia, Parque GΓΌell y el casco antiguo",
"locale": "en_US",
"timeZone": "Atlantic/Canary +00:00"
}
]
}
2οΈβ£ Check Availabilityβ
curl -X POST "https://api.example.com/availability" -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{
"productId": "a4959959-51ac-5b79-afe0-2c8178e2fc00",
"optionId": "default",
"date": "2025-04-01",
"units": [{"id": "470", "quantity": 2}]
}'
π Response Example:
{
"available": true,
"capacity": 50
}
π€ Get Startedβ
Follow these steps to start using Turitop OCTO API:
1οΈβ£ Request API Credentials β Contact us at support@Turitop.com.
2οΈβ£ Read the API Docs β Review available endpoints & authentication.
3οΈβ£ Make Your First API Call β Try fetching available products.
π© Need help? Our team is here for you! Contact us at support@Turitop.com.
π’ About Turitopβ
Turitop specializes in connectivity solutions for tours, activities, and attractions. Our OCTO-powered API is built to provide seamless, reliable, and standardized integration for partners worldwide.