curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/transaction_data_coverage \
--header 'x-api-key: <api-key>'
{
"by_account": {},
"end_user_heron_id": "<string>",
"reconciliation_by_account": {}
}
Information about dates covered by any transaction data source
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/transaction_data_coverage \
--header 'x-api-key: <api-key>'
{
"by_account": {},
"end_user_heron_id": "<string>",
"reconciliation_by_account": {}
}
OK
The response is of type object
.
Was this page helpful?