Setup Firewall
List
Retrieve a paginated list of Setup Firewall records. Supports filtering, sorting, and search.
get/api/cp/setup/firewall
Query parameters
action'block'
Filter by Action
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"dt": "2025-01-17T10:30:00Z",
"ip": "192.168.1.1",
"action": "block",
"notes": "example_notes"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.