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

idinteger

Id

account_idinteger

Account Id

dtstring date-time

Dt

ipstring ipv4

Ip

action'block'

Action

notesstring

Notes

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "dt": "2025-01-17T10:30:00Z",
    "ip": "192.168.1.1",
    "action": "block",
    "notes": "example_notes"
  }
]

Changes