跳至主要内容
zh

Resell activities with OCTO

Connect your booking engine to our catalogue with the OCTO standard: products, availability, bookings and cancellations.

更新于 2026年9月25日

此介绍尚未翻译,当前以英语显示。

Who it is for

Agencies, accommodations, affiliates and platforms that already speak OCTO can sell our catalogue without custom development. You only see what your portfolio allows.

Access

Create an API key with the catalog.read and booking.create scopes and use it on /api/v1/octo/v1 with Authorization: Bearer <key>.

Operations

OCTOWhat it does
GET /productsActivities with their options and ticket types
POST /availabilityAvailability with places and price
POST /availability/calendarDaily summary
POST /bookingsOn-hold booking that holds places
POST /bookings/:uuid/confirmConfirms and pays from your wallet
POST /bookings/:uuid/cancelCancels according to the policy

Bookings are idempotent by uuid and errors follow the OCTO format (INVALID_PRODUCT_ID, UNPROCESSABLE_ENTITY...).