v1
latestOpenAPI 3.1.02026-07-2296226496.3 KBZones
Query zones
Return full zone details for many zones in a single call. Filter by ids and/or externalIds (combined with OR); omit both to page through all of the organization's zones. Results come back under data with pagination under meta; each data item matches the shape of GET /v1/zones/<id>.
post/v1/zones/query
Request body
Example request
{
"externalIds": [
"7810BBTORQ",
"7810BBWAUR"
],
"isDeleted": false,
"offset": 0,
"size": 100
}Response
OK
Example response
{
"meta": {
"total": 137,
"size": 100
}
}