List all policy types
GET
/api/organizations/{organization_id}/policy-types
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/organizations//policy-types'
Response Response Example
[
{
"id": "string",
"name": "string",
"type": "Sick"
}
]
Request
Path Params
organization_id
stringĀ
required