Endpoint
Headers
Bearer YOUR_ACCESS_TOKENYour API secret key.
Your business ID.
Query parameters
Page number. Defaults to
1.Records per page. Defaults to
10.Filter by the role of the user who performed the action.
Filter by the type of action performed, e.g.
"login" or "transfer".Filter by audit event type.
Filter by the email address of the user who performed the action.
Response
true on success.Human-readable outcome.
Array of audit log entries.
Unique audit log ID.
Email of the user who performed the action.
Full name of the user who performed the action.
Description of the action taken.
Category of the event.
ISO 8601 timestamp of when the action occurred.
The role of the user at the time of the action.
IP address from which the action was performed.
Standard pagination envelope. See Pagination.