API REFERENCE
API: subscriptions
Canonical routes for subscriptions (from ApiRoutes).
Routes
| Method | Path | Auth / notes |
|---|---|---|
| GET | /tenants/{tenantId}/entitlements | Bearer Cognito access token (tenantEntitlements) |
| POST | /tenants/{tenantId}/billing/subscription/cancel | Bearer Cognito access token (billingCancel) |
Example
GET https://api.startupcore.com/tenants/{tenantId}/entitlements
Errors
401 UNAUTHORIZED, 403 FORBIDDEN, 403 FEATURE_NOT_ENTITLED, 404 NOT_FOUND, 400 VALIDATION_ERROR.