Banking Activities
Banking Activities APIs provide access to a paged, filtered view of banking activity events over a specified time range. These APIs support querying operational, authentication, and transaction-related events—such as MFA enrollment and challenges or business payment‑style activities—based on configuration and applied filters.
End-user benefits
- Enable operations and support teams to review summarized activity within a defined start–end time window, without accessing raw logs
- Efficiently navigate large result sets using pagination with nextPageToken
- Reduce response size by filtering on specific attributes, users, or event identifiers
Integration capabilities
- Query banking activity events in batches to support operational monitoring, customer support, and analytics use cases
- Filter results using time range and optional criteria such as event type, user context, or attribute-level conditions
- Page through large result sets using an opaque continuation token
- Receive standardized event records or an explicit no‑results response when no activities match the query
Required headers
| Header | Description |
|---|---|
Authorization | Bearer token (V2 authentication) |
transactionId | Unique identifier for request tracking |
Error codes
| HTTP Status Code | Message |
|---|---|
| 400 | Bad request — JSON errorCode / errorMessage |
| 500 | Internal server error — same error shape |