API — Vacation incentives engine
The full contract (destinations, issue-vacation, vacation pool, tenant rules, and Sanctum) is maintained in a single file to avoid drift:
VACATION_INCENTIVES_MOBILE_API.md
Summary of v1 paths:
| Method | Path | Auth |
|---|---|---|
GET |
/api/v1/deals/incentives/destinations |
No |
POST |
/api/v1/deals/incentives/issue-vacation |
Bearer |
GET |
/api/v1/deals/incentives/vacation-pool |
Bearer |
Tenant context uses the same resolution as other APIs (tenant_id, X-Tenant, user’s tenant_id, host domain).