GET /api/v1/projects/{project_id}/flags/{id}
Returns the flag and all rules attached to it. Authentication is required.
Path parameters
UUID of the project.
UUID of the flag.
Response
The flag.
Rules attached to this flag, ordered by priority (lowest number = highest priority).
Errors
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |
404 | Flag not found |