User
Get caller's subscription + plan limits + feature flags
Returns the caller's subscription details (plan ID + plan-tier limits) and feature-flag map. Useful for client-side gating of paid features.
limits is omitted for the ENTERPRISE plan (and for unknown plan IDs) — only features is returned in those cases.
get/user/subscription
Response
Subscription details + limits + features.
Example response
{
"status": true
}