Skip to main content
GET
Reports how many flags your organization may define at its current subscription level, and how much of that allowance is in use.

Authorization

string
required
Bearer token for authentication. Format: Bearer <your-api-key>

Required Permission

FLAGS_READ

Response

number
Flags allowed at the current subscription level — 5 without a subscription, 50 with any active one.
number
Flags currently defined, archived ones included.
boolean
Whether the organization has any active subscription. The allowance is a perk of being a paying customer, so any subscription raises it — not a flags-specific one.
number
Flags beyond max, frozen until the organization subscribes again or removes enough flags. Locked flags keep serving their published values; only editing them is blocked. See Feature Flags.