cURL
curl --request GET \ --url https://www.corgea.app/api/v1/blocking-rules \ --header 'CORGEA-TOKEN: <api-key>'
{ "status": "ok", "blocking_rules": [ { "id": 123, "name": "<string>", "description": "<string>", "urgencies": [ "critical" ], "classifications": [ "<string>" ], "projects": [ "<string>" ], "active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Retrieve all blocking rules for the authenticated user’s company
API key for authentication
Blocking rules retrieved successfully
"ok"
Show child attributes