GET
/
dns
/
v2
/
zones
/
{zoneName}
/
export
curl --request GET \
  --url https://api.gcore.com/dns/v2/zones/{zoneName}/export \
  --header 'APIKey: <api-key>'
{
  "raw_zone": "<string>"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

zoneName
string
required

Response

200
application/json

ExportZoneResponse

The response is of type object.