API REFERENCE

API: subscriptions

Canonical routes for subscriptions (from ApiRoutes).

Routes

MethodPathAuth / notes
GET/tenants/{tenantId}/entitlementsBearer Cognito access token (tenantEntitlements)
POST/tenants/{tenantId}/billing/subscription/cancelBearer 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.