GET
/teams/{teamId}/projects/{projectIdentifier}/flags
curl \
--request GET 'https://datager.redactado.es/api/v1/teams/{teamId}/projects/{projectIdentifier}/flags'
Response examples (200)
[
{
"identifier": "string",
"value": "string",
"isPrivate": true
}
]