List the publicly readable global configs
GET/global-config
Unauthenticated read of the settings on the public allowlist (today mobile/min_app_version), active rows only, ordered by section name then setting name. The mobile app calls this before login to drive its force-update gate, so the response is a bare data envelope rather than the paginated list contract: installed app builds read data[0].
Responses
- 200
- 403
- 429
- 500
Successfully retrieved the public global configs
Forbidden - request denied by authorization, or blocked by the API firewall
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error