Create a new policy version or list all versions of a specific policy
| Parameter | Type | Required | Description |
|---|---|---|---|
policy_id | uuid | Yes | UUID of the policy to list versions for |
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | uuid | Yes | UUID of the organization for access control |
page | integer | No | Page number for pagination (default: 1) |
page_size | integer | No | Number of results per page (default: 10) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A page number within the paginated result set.
Number of results to return per page.
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.