Authorizations
Path Parameters
Response
200 - application/json
Ok
When the data source was created in Heron system
Example:
"2025-07-15T06:13:09.177155"
List of data source accounts associated with the data source
Example:
[
{
"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
Example:
"dso_eHZURERR84KUwUirTXZTEt"
When the data source was last updated in Heron system
Example:
"2025-08-26T06:13:09.177183"
Unique ID to identify the data source
Example:
"pdf_5g5Ywg7rBhdt5wCsHzpLab"
Data source type
Available options:
api
, csv
, pdf
, integration_link
, legacy
, legacy_pdf
, legacy_integration_link
Example:
"pdf"
Whether or not the data source is enabled. If disabled, hides related transactions from analytics
Example:
true
Metadata associated with the data source
Example:
{
"filename": "202348_JAN_2022.pdf",
"status": "processed"
}
Status of the data source entity, where applicable (e.g. pdfs, integration links)
Available options:
new
, parsing
, parsed
, processed
, human_reviewing
, approved
, rejected
, failed
, transactions_loaded
, transactions_unloaded
, pending
, active
, syncing
, erroring
, sync_disabled
, deleted_in_plaid
, unknown
Example:
"new"