Retrieve, update, or delete a single policy by ID
| Parameter | Type | Required | Description |
|---|---|---|---|
id | uuid | Yes | UUID of the policy to retrieve |
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | uuid | Yes | UUID of the organization for access control |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.