Get recurring transactions
Detect and retrieve recurring transaction patterns for an entity with detailed transaction history
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
The ID of the entity to analyze for recurring patterns
analysisWindowDays
Number of days to look back for analysis
confidenceThreshold
Minimum confidence score for pattern detection (0.0-1.0)
includeInactive
Whether to include inactive recurring streams
Response
Recurring transaction streams detected successfully
inflow_streams
Detected recurring inflow patterns (income)
outflow_streams
Detected recurring outflow patterns (expenses/subscriptions)
total_inflow_streams
Count of detected inflow streams
total_outflow_streams
Count of detected outflow streams
summary