How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Authentik Events API

Audit events, notification rules and notification transports — including the webhook and Slack transports that push authentik events to external receivers.

Authentik Events API is one of 27 APIs that Authentik publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Event. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a GitHub repository.

This API exposes 33 operations across 18 paths, and defines 36 schemas. It is described by OpenAPI 3.2.0, at version 2026.11.0-rc1.

Requests are made against a single base URL, /api/v3.

33 operations 18 paths 36 schemas 4 DELETE15 GET4 PATCH6 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2026.11.0-rc1
Base URL
https://{authentik_host}/api/v3
Authentication
HTTP Bearer, HTTP Bearer+Agent, HTTP Bearer, HTTP Bearer
License
Resource Areas
1

Authentication & Security 4

Authentik Events API declares 4 security schemes for authenticating requests. It accepts HTTP bearer tokens (authentik). It uses HTTP bearer+agent authentication (authentik_device_auth). It accepts HTTP bearer tokens (authentik_device_enroll). It accepts HTTP bearer tokens (authentik_device_federation).

Paths & Operations 33

Across 18 paths, the API surfaces 33 operations — 4 DELETE, 15 GET, 4 PATCH, 6 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

events 33
GET
/events/events/
Event Read-Only Viewset
events_events_list 14 params → 200400403
POST
/events/events/
Event Read-Only Viewset
events_events_create body → 201400403
GET
/events/events/{event_uuid}/
Event Read-Only Viewset
events_events_retrieve 1 param → 200400403
PUT
/events/events/{event_uuid}/
Event Read-Only Viewset
events_events_update 1 param body → 200400403
PATCH
/events/events/{event_uuid}/
Event Read-Only Viewset
events_events_partial_update 1 param body → 200400403
DELETE
/events/events/{event_uuid}/
Event Read-Only Viewset
events_events_destroy 1 param → 204400403
GET
/events/events/actions/
Get all actions
events_events_actions_list → 200400403
POST
/events/events/export/
Create a data export for this data type. Note that the export is generated asynchronously: this method returns a DataExport object that will initially have completed=false as well as the permanent UR…
events_events_export_create 12 params → 201400403
GET
/events/events/stats/
Get event stats for specified filters and count steps
events_events_stats_retrieve 13 params → 200400403
GET
/events/events/top_per_user/
Get the topn events grouped by user count
events_events_top_per_user_list 13 params → 200400403
GET
/events/events/volume/
Get event volume for specified filters and timeframe
events_events_volume_list 13 params → 200400403
GET
/events/notifications/
Notification Viewset
events_notifications_list 10 params → 200400403
GET
/events/notifications/{uuid}/
Notification Viewset
events_notifications_retrieve 1 param → 200400403
PUT
/events/notifications/{uuid}/
Notification Viewset
events_notifications_update 1 param body → 200400403
PATCH
/events/notifications/{uuid}/
Notification Viewset
events_notifications_partial_update 1 param body → 200400403
DELETE
/events/notifications/{uuid}/
Notification Viewset
events_notifications_destroy 1 param → 204400403
GET
/events/notifications/{uuid}/used_by/
Get a list of all objects that use this object
events_notifications_used_by_list 1 param → 200400403
POST
/events/notifications/mark_all_seen/
Mark all the user's notifications as seen
events_notifications_mark_all_seen_create → 204400403
GET
/events/rules/
NotificationRule Viewset
events_rules_list 7 params → 200400403
POST
/events/rules/
NotificationRule Viewset
events_rules_create body → 201400403
GET
/events/rules/{pbm_uuid}/
NotificationRule Viewset
events_rules_retrieve 1 param → 200400403
PUT
/events/rules/{pbm_uuid}/
NotificationRule Viewset
events_rules_update 1 param body → 200400403
PATCH
/events/rules/{pbm_uuid}/
NotificationRule Viewset
events_rules_partial_update 1 param body → 200400403
DELETE
/events/rules/{pbm_uuid}/
NotificationRule Viewset
events_rules_destroy 1 param → 204400403
GET
/events/rules/{pbm_uuid}/used_by/
Get a list of all objects that use this object
events_rules_used_by_list 1 param → 200400403
GET
/events/transports/
NotificationTransport Viewset
events_transports_list 8 params → 200400403
POST
/events/transports/
NotificationTransport Viewset
events_transports_create body → 201400403
GET
/events/transports/{uuid}/
NotificationTransport Viewset
events_transports_retrieve 1 param → 200400403
PUT
/events/transports/{uuid}/
NotificationTransport Viewset
events_transports_update 1 param body → 200400403
PATCH
/events/transports/{uuid}/
NotificationTransport Viewset
events_transports_partial_update 1 param body → 200400403
DELETE
/events/transports/{uuid}/
NotificationTransport Viewset
events_transports_destroy 1 param → 204400403
POST
/events/transports/{uuid}/test/
Send example notification using selected transport. Requires Modify permissions.
events_transports_test_create 1 param → 200500400403
GET
/events/transports/{uuid}/used_by/
Get a list of all objects that use this object
events_transports_used_by_list 1 param → 200400403

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are Group (14 properties), NotificationTransport (11 properties), PatchedNotificationTransportRequest (9 properties), NotificationTransportRequest (9 properties). Each schema is shown below with its type and property counts.

Notification
object
Notification Serializer
8 properties 4 required
NotificationTransport
object
NotificationTransport Serializer
11 properties 3 required
EventActions
string
Role
object
Role serializer
2 properties 2 required
PaginatedNotificationTransportList
object
3 properties 3 required
Pagination
object
7 properties 7 required
EventVolume
object
Count of events of action created on day for a single event action
3 properties 3 required
NotificationRule
object
NotificationRule Serializer
7 properties 3 required
RelatedGroup
object
Stripped down group serializer to show relevant children/parents for groups
5 properties 3 required
NotificationRuleRequest
object
NotificationRule Serializer
5 properties 1 required
PaginatedNotificationRuleList
object
3 properties 3 required
ValidationError
object
Validation Error
2 properties
PaginatedNotificationList
object
3 properties 3 required
UsedByActionEnum
string
DataExport
object
Mixin to validate that a valid enterprise license exists before allowing to save the object
7 properties 7 required
EventTopPerUser
object
Response object of Event's topperuser
3 properties 3 required
Autocomplete
object
SeverityEnum
string
PatchedEventRequest
object
Event Serializer
7 properties
NotificationTransportTest
object
Notification test serializer
1 property 1 required
TransportModeEnum
string
NotificationTransportRequest
object
NotificationTransport Serializer
9 properties 1 required
TypeCreate
object
Types of an object that can be created
7 properties 4 required
ContentType
object
5 properties 5 required
PartialUser
object
Partial User Serializer, does not include child relations.
8 properties 4 required
Group
object
Group Serializer
14 properties 9 required
NotificationRequest
object
Notification Serializer
4 properties
PatchedNotificationTransportRequest
object
NotificationTransport Serializer
9 properties
PaginatedEventList
object
3 properties 3 required
EventStats
object
Count of unique users in events and aggregated counts per specified deltas
2 properties 2 required
UsedBy
object
A list of all objects referencing the queried object
5 properties 5 required
Event
object
Event Serializer
9 properties 4 required
PatchedNotificationRequest
object
Notification Serializer
4 properties
EventRequest
object
Event Serializer
7 properties 2 required
GenericError
object
Generic API Error
2 properties 1 required
PatchedNotificationRuleRequest
object
NotificationRule Serializer
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

authentik-events-api-openapi.yml Raw ↑

Other APIs Authentik publishes across the network.

Authentik Core API
Authentik Crypto API
Authentik Flows API
Authentik Policies API
Authentik Providers API
Authentik RBAC API
Authentik Schema API
Authentik Sources API
Authentik Stages API
Authentik Admin API
Authentik Agents API
Authentik Authenticators API
Where this information came from

This is an independent, third-party profile of Authentik Events API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.