curl --request GET \
--url https://api.mytruv.com/v1/links \
--header 'Authorization: Basic <encoded-value>'{
"count": "100",
"results": [
{
"id": "48427a36d43c4d5aa6324bc06c692456",
"created_at": "2022-06-07T15:00:00Z",
"updated_at": "2022-06-31T15:00:00Z",
"deleted_at": "2022-06-31T15:00:00Z",
"tracking_info": "user123456",
"status": "new",
"user_external_id": "user123456",
"provider_id": "adp",
"provider": {
"id": "adp",
"name": "ADP",
"logo_url": "<string>"
},
"company_mapping": {
"id": "meta",
"name": "Meta",
"logo_url": "<string>"
},
"link_hash": "bc917458a3da4b2c8cc8282aa1707aaa",
"allowed_products": [
"income"
],
"initial_product_type": "income",
"data_source": "payroll",
"is_suspicious": true,
"is_dds_available": true
}
],
"next": "https://api.mytruv.com/v1/links?page=1",
"previous": "https://api.mytruv.com/v1/links?page=1"
}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.
curl --request GET \
--url https://api.mytruv.com/v1/links \
--header 'Authorization: Basic <encoded-value>'{
"count": "100",
"results": [
{
"id": "48427a36d43c4d5aa6324bc06c692456",
"created_at": "2022-06-07T15:00:00Z",
"updated_at": "2022-06-31T15:00:00Z",
"deleted_at": "2022-06-31T15:00:00Z",
"tracking_info": "user123456",
"status": "new",
"user_external_id": "user123456",
"provider_id": "adp",
"provider": {
"id": "adp",
"name": "ADP",
"logo_url": "<string>"
},
"company_mapping": {
"id": "meta",
"name": "Meta",
"logo_url": "<string>"
},
"link_hash": "bc917458a3da4b2c8cc8282aa1707aaa",
"allowed_products": [
"income"
],
"initial_product_type": "income",
"data_source": "payroll",
"is_suspicious": true,
"is_dds_available": true
}
],
"next": "https://api.mytruv.com/v1/links?page=1",
"previous": "https://api.mytruv.com/v1/links?page=1"
}Use user_id as username and access_token as password.
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 Was this page helpful?