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
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
}
}
}
]
}