Skip to main content
GET
Fetches one flag by its UUID.
To read a flag’s value by key on a game server, poll GET /flags/config instead — it serves every flag at once from the edge cache rather than costing a request per flag.

Authorization

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

Required Permission

FLAGS_READ

Path Parameters

string
required
The flag’s UUID.

Response

Returns the flag — the same shape as a single entry in GET /flags.

Status Codes