curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/recurring_transactions_report \
--header 'x-api-key: <api-key>'[
{
"avg_amount": {
"amount": "1234.56",
"currency": "USD"
},
"avg_confidence": 123,
"counterparty": "<string>",
"frequency": "not_enough_data",
"merchant_group_id": "<string>",
"merchant_heron_id": "<string>",
"merchant_name": "<string>",
"transactions": [
{
"amount": {
"amount": "1234.56",
"currency": "USD"
},
"heron_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"category_confidence": 123,
"category_heron_id": "<string>",
"category_label": "<string>",
"counterparty": "<string>",
"description": "<string>",
"merchant_group_id": "<string>",
"merchant_heron_id": "<string>",
"merchant_name": "<string>"
}
]
}
]Get a report of recurring transactions grouped by merchant or counterparty for an end user
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/recurring_transactions_report \
--header 'x-api-key: <api-key>'[
{
"avg_amount": {
"amount": "1234.56",
"currency": "USD"
},
"avg_confidence": 123,
"counterparty": "<string>",
"frequency": "not_enough_data",
"merchant_group_id": "<string>",
"merchant_heron_id": "<string>",
"merchant_name": "<string>",
"transactions": [
{
"amount": {
"amount": "1234.56",
"currency": "USD"
},
"heron_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"category_confidence": 123,
"category_heron_id": "<string>",
"category_label": "<string>",
"counterparty": "<string>",
"description": "<string>",
"merchant_group_id": "<string>",
"merchant_heron_id": "<string>",
"merchant_name": "<string>"
}
]
}
]Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Account ids to include in the report, if not provided, all accounts are included
OK
Show child attributes
not_enough_data, same_day, irregular, daily, weekly, biweekly, monthly, quarterly, annually, weekday, twice_weekly Show child attributes
Was this page helpful?