List Policy Rules

GET /policies/policy-rules/

Lists all PolicyRules belonging to an Org.

Required Permissions

NameConditions

PolicyRules:Read

Always Required

Response

Response example

If successful, the response contains a list of policy rules:

{
   "items": [
      {
         "id": "pr-tennessee-artist-f2078ea085",
         "version": "f1b1me4kd",
         "kind": "TransferAmountLimit",
         "orgId": "cu-purple-pip-1b417b958500",
         "author": "oe-nine-artist-9de60fef6963",
         "description": "Test Rule 1 PaymentAmountLimit",
         "name": "Test Rule 1",
         "configuration": {
             "kind": "TransferAmountLimit",
             "limit": "10",
             "currency": "USD"
         },
         "tags": [],
         "dateCreated": "2022-07-14T21:22:54.829Z",
         "status": "Enabled"
      }, 
...
   ]
}

Last updated