Skip to main content
POST
/
pullzone
/
completeExternalDnsCertificate
Complete External DNS Certificate
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>"
}

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Body

application/json

The hostname that the certificate will be loaded for

The body is of type string.

Response

The certificate was successfully loaded