Finance
Waterfall
Waterfall distribution
Authentication
Authenticate with Authorization: Bearer ak_... — see API keys. Entity-scoped routes use entityId in the query or body; a mismatched entityId returns 403.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/waterfall?entityId= | Run waterfall distribution |
| POST | /api/waterfall | Create waterfall |
Run waterfall distribution
GET /api/waterfall?entityId={entityId}
Runs waterfall distribution and returns allocation results. Supports waterfallId, period, and other parameters.
Create waterfall
POST /api/waterfall
Body: { "entityId", "name", "tiers", "participants", ... }