API Configuration
Last updated 24 April 2026
Prerequisites
Before configuring the integration, you'll need:
- The API endpoint URL of your existing booking system
- API credentials (key/token) for that system
- The ability to receive webhooks (optional but recommended)
Setting up the connection
- Go to Integrations in the portal navigation
- Click New Integration
- Enter the API endpoint URL — the base URL of your booking system's API
- Enter the API key or authentication token
- Click Test Connection to verify the credentials work
- Save
If the test succeeds, you'll see a green status indicator. The integration is now connected but not yet syncing — configure field mapping next.
Authentication methods
| Method | How to configure |
|---|---|
| API Key (header) | Paste your API key in the API Key field |
| Bearer Token | Paste the token — it's sent as Authorization: Bearer <token> |
| Basic Auth | Enter your username and password |
Contact your booking system provider if you're unsure which method to use.