Read all the logs for a given rule/target
GET https://api-authenticator.iwelcome.com/v1/firewalls/:id/logs
Headers:
Authorization: Bearer {your application API Key}
Content-Type: application/json
id (string, required) - The rule id.
target_id (string) - Optional. Specify the id to read logs from a single target.
{
"type": "api.application.firewall.logs",
"meta": {
"total_count": 0,
"page_count": 0,
"current_count": 0,
"current_page": 1
},
"result": []
}
Have a question? You can always send us an email at support@unloq.io, or contact us on chat.
For security related concerns, please visit our Security page.