curl --request POST \
--url https://api.bunny.net/dnszone/records/scan \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ZoneId": 123,
"Domain": "<string>"
}
'{
"JobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"Status": "Pending"
}curl --request POST \
--url https://api.bunny.net/dnszone/records/scan \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ZoneId": 123,
"Domain": "<string>"
}
'{
"JobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"Status": "Pending"
}API Access Key authorization header
Was this page helpful?