Get Links
List all connected account links.
Returns all financial institution and payroll links for the authenticated user. Supports optional filtering by link status and data source type.
status reflects the last stable status, so a refresh in flight does not flip a link out of its last committed status; is_refreshing flags links currently refreshing.
Authorizations
Bearer authentication with a personal access token (prefix pat_). Generate tokens in the Truv web app under Settings → API keys.
Query Parameters
Filter links by status (e.g. 'done', 'new', 'error'). Omit to include all statuses.
Filter links by data source type (e.g. 'payroll', 'financial_accounts'). Omit to include all.
Source of data: payroll - payroll provider parsing, docs - user uploaded documents, insurance - insurance data, financial_accounts - bank data, tax - tax documents, scoring_attributes - transactions scoring attributes report.
payroll, docs, insurance, financial_accounts, tax, scoring_attributes, credit Response
Paginated list of connected financial institution and payroll links.
Paginated list of connected links returned by GET /v1/links.