v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-01140308542.4 KB
Zones

List zones

Returns a list of zones for the authenticated organization

get/zones

Query parameters

slugstring
cursorstring
afterstring

Cursor for forward pagination

beforestring

Cursor for backward pagination

limitinteger

Maximum number of items to return

'total_count' | 'permissions'
OR
string[]
filter[organization_id]string

Response

Default Response

Example response

{
  "items": [
    {
      "permissions": {
        "zones": {
          "read": true,
          "update": true,
          "delete": false,
          "create": false
        },
        "applications": {
          "read": true,
          "list": true,
          "create": false
        }
      }
    }
  ]
}
All 140 operations