Your API token
Your reseller API token authenticates all calls to the Reseller API.Viewing your token
- Go to Settings → Developer
- The token is masked by default — click the eye icon to reveal it
- Click Copy to copy it to your clipboard
Token format
Use your test token during development. Switch to the live token only when you
are ready to process real bookings.
Rotating your token
Tokens do not expire, but rotate them if you suspect a compromise:- Click Rotate token
- Read the warning — the old token is immediately invalidated on confirmation
- Click Confirm rotation
- Copy the new token before closing the modal
API base URL
Allowed origins (CORS)
If your integration calls the Reseller API from a browser (not recommended for production — your token would be exposed), add your domain to the allowed origins list:- Click Add origin
- Enter your full domain with protocol (e.g.
https://yourplatform.com) - Click Save
Testing your connection
Use the Test connection button on the Developer Settings page to verify your token:- Green checkmark — token is valid and the API is reachable
- Red error — shows the HTTP status and error message returned
200 OK with a data array confirms your token is active.
Account information
The top of the Developer Settings page also shows:Next steps
- API Quickstart — make your first API call
- Activities API — browse and filter the catalog
- Bookings API — create bookings and confirm payments
