GET /api/v1/projects/{project_id}/flags
Returns all flags belonging to the specified project. Authentication is required.
Path parameters
UUID of the project.
Response
Array of flags in the project.
Errors
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |