Search zones
Returns a list of zones that match the supplied search parameters and are visible to the user.
Authorizations
Query Parameters
The search query string to use to search the Zone name (not case sensitive).
100
Set to true
to return only enabled Zones, false
to return only disabled Zones, or omit to return all.
Filter the Zones returned to those on the datacenter
, mobile
or residential
proxy networks. Separate multiple values with a comma.
datacenter
, mobile
, residential
Filter the Zones returned to those using per_gigabyte
or per_connection
billing methods. Separate multiple values with a comma.
per_gigabyte
, per_connection
The page of results to return.
1 < x < 1000
The number of Zones to return per-page between 1 and 100. The default is 10.
1 < x < 100
Sort the returned Zones returned by name
or network
.
name
, network
Determines the sort order of the returned Zones. Valid values are ascending
or descending
. Defaults to descending
.
ascending
, descending
Response
ok