Skip to main content
GET
Query system audit logs for compliance and monitoring. Only administrators can access audit logs.

Request

string
required
Bearer <token> - Admin JWT

Query Parameters

string
Filter by user ID
string
Filter by event type (e.g., PAYMENT_EXECUTED, USER_LOGIN)
string
Start date (ISO 8601)
string
End date (ISO 8601)
integer
Results limit (default: 50, max: 500)
integer
Pagination offset

Response

array
Array of audit log entries
integer
Total number of matching logs

Examples


Event Types


Errors

Authorizations

Authorization
string
header
required

JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'

Headers

Authorization
string
required

Query Parameters

user_id
string
event_type
string
from
string
to
string
limit
integer
offset
integer

Response

200 - application/json

Success

The response is of type object.