Skip to main content
GET
Retrieve account activity events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

accountId
string

Filter by account ID

startDate
string<date-time>

Filter by start date

endDate
string<date-time>

Filter by end date

Response

200 - application/json

List of account activity events

accountId
string
required

Unique identifier for the account

eventType
enum<string>
required

Type of account activity (e.g. balance_check, statement_download)

Available options:
balance_check,
statement_download,
profile_update,
settings_change
timestamp
string<date-time>
required

Time when the event occurred

metadata
object

Additional event-specific details