cURL
curl --request GET \ --url https://management-api.fpjs.io/filtering-rules/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Version: <x-api-version>'
{ "data": { "id": "tr_abc123xyz", "name": "Block suspicious IPs", "environment": "ae_rrETjdWcfqI6AFsk", "expression": "http.request.ip in cidr('192.168.1.1/32')", "action": "deny", "status": "enabled", "created_at": "2024-05-31T01:24:39.506Z", "deny_with": "Forbidden", "updated_at": "2024-06-01T10:15:30.123Z" } }
Retrieves a single filtering rule by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Management API version.
Filtering rule object.
Show child attributes
Was this page helpful?