# Policies

The Policies endpoint allows you to retrieve access request policy templates that are compatible with a specific request type (e.g., access, removal). These policy templates define the logic, conditions, and approval flows that can be applied when configuring access workflows.

This endpoint is useful for:

* Dynamically retrieving compatible policies for a specific action
* Populating policy selection UIs in admin tools
* Enabling automation to apply consistent approval flows across apps and roles

***

### 📘 Policies Endpoints

<table><thead><tr><th>Endpoint</th><th>Method</th><th>Description</th><th>Version<select><option value="dZm16FkI95Km" label="v1" color="blue"></option></select></th></tr></thead><tbody><tr><td><a href="policies/get-policies-compatiblepolicies-requesttype">/{version}/Policies/CompatiblePolicies/{requestType}</a></td><td>GET</td><td>Returns a list of compatible policy templates for the specified request type (e.g. access, remove).</td><td><span data-option="dZm16FkI95Km">v1</span></td></tr></tbody></table>
