Okta Identity Governance
/Management APIs
//
List all labels
OAuth 2.0 scope:
- okta.governance.labels.read
Admin roles:
- SUPER_ADMIN
Lists all labels
A filter expression that returns entries based on the following properties and supported operators:
values.name: supportsswandco
Note: Query parameter percent encoding is required. See Special characters.
Examples:
Filter by label value name, starting with the provided prefix
filter=values.name sw "SOD"Filter by label value name that contains the provided substring
filter=values.name co "SOD"GET
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v1/labels?filter=values.name%20sw%20%22SOD%22'A list of labels
Link relations available using the JSON Hypertext Application Language
Response
{ "data": [ { … }, { … } ], "_links": { "self": { … } } }