cURL
curl --request GET \ --url https://api.pingnetwork.io/customer/v2/zones \ --header 'Authorization: <api-key>'
{ "zones": [ { "name": "<string>", "code": "<string>", "has_active_nodes": true } ] }
Returns a list of all available network zones
List of zones retrieved successfully
The response is of type object.
object