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": "<string>",
"Status": 0
}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": "<string>",
"Status": 0
}API Access Key authorization header
Was this page helpful?