Get Policy

Returns a policy by id.

Response:

{
  "data": {
    "policy": {
      "policy_id": "<policy_id>",
      "app_id": "<app_id>"
      "status": "active" | "inactive",
      "rules": {rules_object}
    }
  } | undefined,
  "error": error | undefined
}
Language
Click Try It! to start a request and see the response here!