Public & partner API — documentation index
| Document | Contents |
|---|---|
| 00_DEVELOPMENT_REFERENCE.md | Main development reference page (entry point) |
| 01_AUTHENTICATION.md | Sanctum: token issue, current user, revoke |
| 02_HOTELS_TENANT_ENGINE.md | Tenant-scoped hotel search & booking; capabilities endpoint; v1 paths |
| 03_VACATION_INCENTIVES.md | Pointer + summary; full spec: VACATION_INCENTIVES_MOBILE_API.md |
| 04_POSTMAN_QUICKSTART.md | Copy/paste Postman requests (auth, profile, hotels, vacation) |
| 05_VACATION_TOURS.md | Vacation tours list, detail, and booking API (/api/v1/vacation-tours) |
| tenancy.md | General tenancy concepts |
Authoritative for “what is wired in production”: the Laravel routes/api.php file. Prefer paths under /api/v1/... for new integrations.
In-app (human) hub: after signing in, open Developer & API from the admin sidebar:
- Tenant admins:
https://{host}/tenant-admin/developer - Super admins:
https://{host}/super-admin/developer(select a tenant in the switcher to scope vendor examples)
Machine-readable tenant hotel vendors: GET /api/v1/tenant/capabilities