Authentication
The endpoints below are part of the dashboard API and require a dashboard session (cookie-based). Listing requires any organization role (viewer+); creating and deleting require Member role or above. The same operations are available to API keys under/api/v1/org/flags/:flagRef/overrides with the flags:read / flags:write scopes — see Manage Flags. That surface uses snake_case field names (device_key_id, forced_value, expires_at) and accepts a flag key as well as a UUID.
List overrides
Create an override
Response — the created override (same shape as list).
Delete an override
204 No Content
Errors
See also
- Flag Targeting Rules — rule-based targeting for cohorts of devices
- Get Flags