curl --request POST \
--url https://api.bunny.net/pullzone/{id}/addBlockedIp \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"BlockedIp": "<string>"
}
'curl --request POST \
--url https://api.bunny.net/pullzone/{id}/addBlockedIp \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"BlockedIp": "<string>"
}
'API Access Key authorization header
The ID of the requested Pull Zone
The model used for adding new blocked Ips
The IP that will be blocked from accessing the pull zone
The blocked IP was successfuly added
Was this page helpful?