Skip to content

List policy feature flags.

GET
/api/policy/flags
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/policy/flags \
--header 'Authorization: Bearer <token>'

Successful JSON list response.

Media type application/json
object
key
additional properties
Example generated
{
"additionalProperty": "example"
}