curl --request POST \
--url https://api.bunny.net/pullzone/{id}/addCertificate \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>",
"Certificate": "<string>",
"CertificateKey": "<string>"
}
'curl --request POST \
--url https://api.bunny.net/pullzone/{id}/addCertificate \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Hostname": "<string>",
"Certificate": "<string>",
"CertificateKey": "<string>"
}
'API Access Key authorization header
The ID of the requested Pull Zone
The model used for adding new hostnames to a pull zone
The certificate was successfuly added
Was this page helpful?