Langsung ke konten
id

Resell activities with OCTO

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

Diperbarui 25 September 2026

Deskripsi ini belum diterjemahkan: ditampilkan dalam Inggris.

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...).