Skip to main content
GET
/
cloudflare
/
zones
/
{zoneId}
/
dns
/
export
Export DNS records
curl --request GET \
  --url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/dns/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

zoneId
string
required

Query Parameters

keyId
string
required

Response

DNS records exported

The response is of type string.