Skip to main content

Endpoint

Headers

string
required
Your public API key.
string
required
Your API secret. Use a stl_test_... value in sandbox, stl_live_... in production.
string
required
Your business ID.

Query parameters

integer
Page number. Defaults to 1.
integer
Records per page. Defaults to 10.
string
Filter by the role of the user who performed the action.
string
Filter by the type of action performed, e.g. "login" or "transfer".
string
Filter by audit event type.
string
Filter by the email address of the user who performed the action.
See Pagination for full usage.

Response

boolean
true on success.
string
Human-readable outcome.
array
Array of audit log entries.
string
Unique audit log ID.
string
Email of the user who performed the action.
string
Full name of the user who performed the action.
string
Description of the action taken.
string
Category of the event.
string
ISO 8601 timestamp of when the action occurred.
string
The role of the user at the time of the action.
string
IP address from which the action was performed.
integer
The current page number.
integer
The page size used for this response.
integer
Total number of records matching the current query, across all pages.
integer
The final page number, derived from total ÷ limit. See Pagination — this endpoint uses Shape B.

Code examples

Example response