curl --request POST \
--url https://api.bunny.net/pullzone/completeExternalDnsCertificate \
--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/completeExternalDnsCertificate \
--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 loaded for
The body is of type string.
The certificate was successfully loaded
Was this page helpful?