Skip to main content
PageOne Travel B2B API is a To-B OTA API solution for partners.
  • Core booking flow: search, quote, book, cancel
  • Partner management: user login, user management, API key management, connection management
  • Headers, request/response fields, and validation rules are aligned with current backend code

Core Flow

Quickstart

Run through the full integration flow from authentication to booking cancellation.

Authentication

Understand API key auth, partner JWT auth, and admin JWT auth.

Workflow

See the required call sequence and token/reference lifecycles.

Error Handling

Review common status codes and backend error messages.

API Modules

Search API

Retrieve priced accommodation options by connection.

Quote API

Re-validate a selected search option before booking.

Book API

Create a confirmed booking with quote reference.

Cancel API

Cancel a booking by booking reference.

Partner Management

User Login

Get JWT token for partner user operations.

Users

Create, list, and manage partner users.

API Keys

Create and rotate API keys for programmatic access.

Connections

View and update partner-owned connections.
All endpoints below are prefixed with /api in production because the backend uses app.setGlobalPrefix("api").