curl --request GET \
--url https://api.bunny.net/shield/shield-zone/{shieldZoneId}/access-lists/{id}{
"data": {
"id": 123,
"name": "<string>",
"description": "<string>",
"type": 0,
"content": "<string>",
"checksum": "<string>",
"entryCount": 123,
"lastModified": "2023-11-07T05:31:56Z"
},
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}curl --request GET \
--url https://api.bunny.net/shield/shield-zone/{shieldZoneId}/access-lists/{id}{
"data": {
"id": 123,
"name": "<string>",
"description": "<string>",
"type": 0,
"content": "<string>",
"checksum": "<string>",
"entryCount": 123,
"lastModified": "2023-11-07T05:31:56Z"
},
"error": {
"statusCode": 100,
"success": true,
"message": "<string>",
"errorKey": "<string>"
}
}The ID of the Custom Access List to retrieve.
The ID of the Shield Zone to which the Custom Access List belongs.
Was this page helpful?