circle-boltQuick Start

Everything you need to begin building with Direct Booking API.

This guide walks you through generating your API key, making your first request, and understanding the responses you'll receive. By the end you'll have a working call returning live property data.

Get your API key

An API key is required for all requests. Keys do not expire and a backup key is available for rotation. To generate your key, log in to your Multi-Property Platform account and go to Direct Booking → API tab. → Generate your API KeyManage your API Key

circle-exclamation

API Specification File

REST (OpenAPI)

Make your first call

You'll need your API key before continuing.

1

Authenticate

Pass your key as a header on every call.

2

Make the call

Retrieve all properties in your group:

3

Handle the response

The uuid is your property identifier — use it in subsequent calls for room types, room rates, and quotes.

4

Handle errors

If your key is missing or invalid:

triangle-exclamation
triangle-exclamation

→ See API Reference for the full error details.

sparkles

Still have questions?

Last updated

Was this helpful?