Autional Autional
API Reference GitHub autional.com →

GET /auth/me/security-events

Paginated retrieval of user's security-related events (abnormal login, password change, MFA change, etc.) Automatically filters dismissed events.

Account Management `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
page query integer No 1 Page number
page_size query integer No 20 Items per page

Responses

StatusDescriptionSchema
200Successdto.SecurityEventListResponse

Referenced Schemas

dto.SecurityEventListResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
items array of

See dto.SecurityEventResponse

No Use items uniformly
message string No
pagination object No Pagination information (nested object)
timestamp string No
total integer No Total count (flattened for direct reading)

dto.SecurityEventResponse

User security event

FieldTypeRequiredExampleConstraintsDescription
created_at string No 2026-04-15T10:30:00Z Event time
description string No New login from Beijing, CN Description
dismissed boolean No False Is handled
id string No evt_abc123 Event ID
ip string No 203.0.113.1 Source IP
location string No Beijing, CN Source location
severity string No medium Severity level
type string No anomalous_login Event type

gitee_com_linmes_authms_base_dto.PageInfo

FieldTypeRequiredExampleConstraintsDescription
has_next boolean No HasNext indicates whether there is a next page
has_prev boolean No HasPrev indicates whether there is a previous page
page integer No Page is the current page number (1-based)
page_size integer No PageSize is the number of items per page
total integer No Total is the total number of items across all pages
total_pages integer No TotalPages is the total number of pages