Download OpenAPI specification:Download
The API for configuring Kong Konnect Audit Logs.
This webhook endpoint Creates login failure audit logs using log stream sent by external vendor services (Currently Auth0).
The request schema to create authentication failure audit logs.
Array of objects (StreamLog) |
{- "logs": [
- {
- "data": {
- "user_id": "auth0|1234",
- "date": "2024-09-03T04:23:06.115Z",
- "ip": "127.0.0.1",
- "type": "fp",
- "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
}
}
]
}{- "status": 403,
- "title": "Forbidden",
- "instance": "kong:trace:2723154947768991354",
- "detail": "You do not have permission to perform this action"
}