List zones
Returns the zones the authenticated user can access. Use q to search by name or ID, organization to scope the list to one organization, tag to filter by environment tag, and the order[...] parameters to sort. Full zone_settings are included on each item.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Query Parameters
The collection page number
1The number of items per page
300100Filter by organization ID
Search zones by name or ID
Filter by environment tag. One of: prod, stage, dev.
Filter by environment tag. One of: prod, stage, dev.
Sort by name. Values: asc, desc.
"asc""desc""ASC""DESC"Sort by tag. Values: asc, desc.
"asc""desc""ASC""DESC"Sort by creation date. Values: asc, desc.
"asc""desc""ASC""DESC"Sort by last-update date. Values: asc, desc.
"asc""desc""ASC""DESC"Responses
Zone collection
