devguard
PoliciesCategoriesId

Get the details of a single policy category by id.

GET
/policies/categories/{id}/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

organizationId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/policies/categories/string/?organizationId=string"
{  "id": "string",  "name": "string",  "order": -9007199254740991,  "organizationId": "string"}

How is this guide?