Skip to main content
POST
/
dnszone
/
{zoneId}
/
certificate
/
issue
Issue new wildcard certificate
curl --request POST \
  --url https://api.bunny.net/dnszone/{zoneId}/certificate/issue \
  --header 'AccessKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "Domain": "<string>"
}
'

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

zoneId
integer<int64>
required

The DNS Zone ID requiring a new certificate.

Body

Domain
string | null

Response

A certificate has been issued successfully