© 2002-2026 regfish GmbH. Regfish ist eine eingetragene Wortmarke der regfish GmbH. Alle Preise inkl. 19% MwSt. Alle Angaben ohne Gewähr. Es gelten unsere Allgemeine Geschäftsbedingungen.
GET
/dns/zones/{domain}/export
DNSZoneExportsByDomain
Authentifizierung
Parameter
Name
Typ
Format
Pflicht
Description
domain
string
—
Pflicht
Fully Qualified Domain Name.
Request-Beispiel
GET
curl --request GET \
--url 'https://api.regfish.com/dns/zones/www.example.com/export' \
--header 'x-api-key: YOUR_API_KEY'Responses
200
BIND zone file
Response-Beispiel 200
-----BEGIN CERTIFICATE-----
MIID...
-----END CERTIFICATE-----401
Unauthorized
Response-Beispiel 401
{
"success": false,
"message": "Unauthorized",
"error": "Unauthorized"
}404
DNS zone not found
Response-Beispiel 404
{
"success": false,
"message": "DNS zone not found",
"error": "DNS zone not found"
}500
Unexpected error
Response-Beispiel 500
{
"success": false,
"message": "Unexpected error",
"error": "Unexpected error"
}