Skip to main content
GET
/
events
/
account-activity
Retrieve account activity events
curl --request GET \
  --url http://sandbox.mintlify.com/events/account-activity \
  --header 'Authorization: Bearer <token>'
[
  {
    "accountId": "<string>",
    "eventType": "balance_check",
    "timestamp": "2023-11-07T05:31:56Z",
    "metadata": {}
  }
]

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