cURL
curl --request POST \ --url https://api.bunny.net/pullzone/{id}/resetSecurityKey \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "SecurityKey": "<string>" } '
{ "ErrorKey": "<string>", "Field": "<string>", "Message": "<string>" }
API Access Key authorization header
The ID of the requested Pull Zone
Custom security key
8 - 36
The key was successfully reset
Was this page helpful?