Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.grantiva.io/llms.txt

Use this file to discover all available pages before exploring further.

Request

GET /api/v1/flags

Headers

HeaderRequiredDescription
X-Bundle-IDYesApp bundle identifier
X-Team-IDYesApple Developer Team ID

Query parameters

ParameterTypeDefaultDescription
environmentstringproductionproduction, staging, or development

Response

{
  "flags": {
    "dark_mode": true,
    "upload_limit": 50,
    "theme": "modern",
    "beta_features": false
  }
}
Flag values are resolved for the requested environment. Each flag value is typed (boolean, integer, double, string, or JSON).

Tier limits

TierMax flags
Free10 (on/off only)
Pro50/app
Business200/app
EnterpriseUnlimited