cURL
curl --request POST \ --url https://api.bunny.net/dnszone/{zoneId}/import \ --header 'AccessKey: <api-key>'
{ "RecordsSuccessful": 123, "RecordsFailed": 123, "RecordsSkipped": 123 }
API Access Key authorization header
The DNS Zone ID that should import the data.
The import operation has finished successfuly.
Was this page helpful?