cURL
curl --request GET \ --url https://app.aegister.com/api/v1/atb/{atb_id}/blocked-requests \ --header 'X-Aegister-Token: <api-key>'
{ "error": 123, "data": [ { "date": "2023-12-25", "count": 123 } ] }
Returns a daily count of denied requests for the specified ATB instance over the last 7 days.
ID of the ATB instance
Show child attributes