Overview
Find recurring groups in a transaction history of the account holder. This endpoint identifies and categorizes recurring patterns such as periodic payments or subscriptions.- Subscription Management: Identify recurring subscriptions and payments
 - Budget Planning: Understand regular spending patterns
 - Financial Analysis: Analyze recurring income and expenses
 - Automation: Set up automated categorization for recurring transactions
 - Compliance: Track recurring payments for regulatory reporting
 
Authorizations
API key for authentication
Path Parameters
Account holder ID
Response
Recurring groups retrieved successfully
A unique UUID identifier for the group
Example:
"8efbac45-9bd5-4b67-be29-334106198c40"
The date of the oldest transaction in the group
Example:
"2024-03-01"
The date of the most recent transaction in the group
Example:
"2024-03-30"
The sum of all transaction amounts in this group
Example:
300
The average amount per transaction in this group
Example:
10
The estimated number of days between transactions in this group
Example:
1
A human-readable description of the transaction frequency
Example:
"daily"
Transactions in this recurrence group
Example:
[
  "2dc6SE8A7cTQ2jUdUadCg",
  "tQYAhhl0XNkl1wasacpVQ",
  "NNJTqvockIdKnYxBqPlJw"
]The direction of the flow of the money for the transactions within the group
Available options: 
incoming, outgoing Example:
"outgoing"

