curl --request POST \
--url https://api.bunny.net/pullzone/requestExternalDnsCertificate \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}curl --request POST \
--url https://api.bunny.net/pullzone/requestExternalDnsCertificate \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '"<string>"'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}API Access Key authorization header
The hostname that the certificate will be requested for
The body is of type string.
The TXT record details for DNS verification
Was this page helpful?