Skip to main content
GET
Get all Access Lists available for a Shield Zone

Path Parameters

shieldZoneId
integer<int32>
required

The ID of the Shield Zone to which the Access Lists belong.

Response

OK

Response containing comprehensive access list information for a Shield Zone, including both managed and custom lists.

managedLists
object[] | null

List of curated threat lists maintained by Bunny Shield with automatic updates.

customLists
object[] | null

List of custom access lists created and maintained by the user.

customEntryCount
integer<int32> | null

Total number of entries across all custom access lists for this Shield Zone.

customEntryLimit
integer<int32> | null

Maximum number of entries allowed across all custom access lists based on the Shield plan.

customListCount
integer<int32> | null

Current number of custom access lists for this Shield Zone.

customListLimit
integer<int32> | null

Maximum number of custom access lists allowed based on the Shield plan.

error
object

Generic response object containing status information for API operations.

Last modified on July 19, 2026