Partner Integration
You supply activities. Connect your OCTO-compatible catalog so Seyaha can sync
your products, manage availability, and handle bookings on your behalf.
Reseller API
You sell activities. Browse the full catalog, check availability, and create
bookings for your customers using a static API token.
Affiliate API
You refer bookings. List activities, create bookings, and process payments
(Moyasar or Stripe) on behalf of authenticated end users via JWT.
Base URL
All APIs are served under the same domain:| API surface | Path prefix |
|---|---|
| Partner Integration | /partner-integrations |
| Reseller | /resellers |
| Affiliate | /affiliates |
Response envelope
Every response is wrapped in a consistent envelope:success is 0 and the envelope includes error and message:
Authentication at a glance
| API | Mechanism |
|---|---|
| Partner Integration | Authorization: Bearer <JWT> |
| Reseller | x-api-token: <token> header |
| Affiliate | Authorization: Bearer <JWT> |
| Webhooks (inbound) | x-webhook-secret: <secret> header |