GET
/policies/{policy_id}
curl \
--request GET 'https://identity.zerionsoftware.com/v1/policies/self' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"name": "string",
"permissions": [],
"description": "string",
"profileId": 42.0,
"serverId": "string",
"type": "string",
"usedAs": "string",
"createdDate": "string",
"modifiedDate": "string",
"roleType": "string",
"users": [],
"userGroups": []
}