Get data sources
Get a list of data sources for a company
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Response
When the data source was created in Heron system
"2025-01-21T17:08:55.724361"
List of data source accounts associated with the data source
[
{
"account_id": "202348",
"anomaly_score": 200,
"enabled": true,
"max_date": "2022-01-31",
"min_date": "2022-01-01",
"num_transactions": 120,
"transactions_match_balances": true
}
]
Unique ID for data source generated by Heron
"dso_9Mfqdsdzq8pyqVK3XmpadH"
When the data source was last updated in Heron system
"2025-03-04T17:08:55.724391"
Unique ID to identify the data source
"pdf_4WfEaPArLwRDerupgZHgF7"
Data source type
api
, csv
, pdf
, integration_link
, legacy
, legacy_pdf
, legacy_integration_link
"pdf"
Whether or not the data source is enabled. If disabled, hides related transactions from analytics
true
Metadata associated with the data source
{
"filename": "202348_JAN_2022.pdf",
"status": "processed"
}
Status of the data source entity, where applicable (e.g. pdfs, integration links)
new
, parsing
, parsed
, processed
, human_reviewing
, approved
, rejected
, failed
, transactions_loaded
, transactions_unloaded
, pending
, active
, syncing
, erroring
, sync_disabled
, deleted_in_plaid
, unknown
"new"
Was this page helpful?