v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0172165343.2 KB
Admin

Access Policy List

List all access policies

post/api/v1.admin.auth-policy.list

Request body

limitinteger

Limit the number of returned items

iteratorstring nullable

The iterator returned from a prior invocation

Example request

{
  "iterator": "some_access_policy"
}

Response

iteratorstring nullable
prev_iteratorstring nullable
doneboolean required

Example response

{
  "data": [
    {
      "id": "some_access_policy"
    }
  ]
}