Skip to main content
GET
Get User Recurring Transactions V2

Authorizations

Authorization
string
header
required

Bearer authentication with a personal access token (prefix pat_). Generate tokens in the Truv web app under Settings → API keys.

Query Parameters

status
enum<string>
default:active

Filter by recurring status: active, inactive, irregular, or all. Defaults to active.

Available options:
active,
inactive,
irregular,
all

Response

Recurring transactions (v2, ClickHouse-backed outflows) enriched with source accounts.

Recurring transactions enriched with source accounts; match each item's account_id against accounts[].id.

recurring_transactions
RecurringTransactionsData · object
required

Recurring inflows (income) and outflows (expenses) from the Truv API.

accounts
Account1 · object[]

Accounts referenced by the recurring items. Only accounts that appear on an inflow or outflow are included.