Skip to main content
GET
/
pullzone
/
loadFreeCertificate
Load Free Certificate
curl --request GET \
  --url https://api.bunny.net/pullzone/loadFreeCertificate \
  --header 'AccessKey: <api-key>'
{
  "ErrorKey": "<string>",
  "Field": "<string>",
  "Message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bunny.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Query Parameters

hostname
string | null
required

The hostname that the certificate will be loaded for

useOnlyHttp01
boolean
default:true

If false and a Bunny DNS Zone exists for the domain, DNS01 validation we be attempted. This has no effect on wildcard domains, as this can only use DNS01

Response

The certificate was successfuly loaded