cURL
curl --request GET \
--url https://app.herondata.io/api/transactions/{reference_id_or_heron_id} \
--header 'x-api-key: <api-key>'{
"transaction_enriched": {
"amount": -42.42,
"description": "GOOGLE *ADS12340929 [email protected] US",
"account_id": "checking_account_202348",
"account_number": "1234567890",
"annotation": {
"annotator": {},
"category": {
"label": "Rent",
"heron_id": "ctg_J42kT55ef2NgnqgJGCbuWz"
},
"confidence": 123,
"model_version": "<string>"
},
"balance": 423,
"counterparty": "GOOGLE",
"currency": "USD",
"data_source_account_heron_id": "dsa_CRQ8csgKg672o53bWvwWsi",
"data_source_heron_id": "dso_WeUkW7UDnKRhssh4tsSkDn",
"end_user_id": "my_best_customer_203948",
"features": {
"description_clean": "GOOGLE ADS",
"duplicate_of_id": "txn_JxGNxUTkNBEqFEGfyxdFE2",
"has_matching_transaction": true,
"is_potential_duplicate": true,
"is_recurring": true
},
"heron_id": "txn_C7usrUK3eqzrxKY5amZ5tP",
"last_updated": "2026-06-12T23:06:29.659349+00:00",
"merchant": {
"name": "<string>",
"url": "<string>",
"categories": [
{
"code": "7311",
"description": "Advertising services",
"slug": "advertising_services"
}
],
"heron_id": "mrc_aGJ2hogSaokY7d4fDvrB9e",
"icon_url": "<string>",
"is_priority": true,
"logo_url": "<string>"
},
"reference_id": "my_favourite_transaction_231098",
"request_id": "req_MJtctYkNy4kkUPTUaanE5G",
"timestamp": "2021-11-12T10:38:05Z",
"transaction_code": "card"
}
}EnrichedTransactions
Get apitransactions
Get enriched transaction
GET
/
api
/
transactions
/
{reference_id_or_heron_id}
cURL
curl --request GET \
--url https://app.herondata.io/api/transactions/{reference_id_or_heron_id} \
--header 'x-api-key: <api-key>'{
"transaction_enriched": {
"amount": -42.42,
"description": "GOOGLE *ADS12340929 [email protected] US",
"account_id": "checking_account_202348",
"account_number": "1234567890",
"annotation": {
"annotator": {},
"category": {
"label": "Rent",
"heron_id": "ctg_J42kT55ef2NgnqgJGCbuWz"
},
"confidence": 123,
"model_version": "<string>"
},
"balance": 423,
"counterparty": "GOOGLE",
"currency": "USD",
"data_source_account_heron_id": "dsa_CRQ8csgKg672o53bWvwWsi",
"data_source_heron_id": "dso_WeUkW7UDnKRhssh4tsSkDn",
"end_user_id": "my_best_customer_203948",
"features": {
"description_clean": "GOOGLE ADS",
"duplicate_of_id": "txn_JxGNxUTkNBEqFEGfyxdFE2",
"has_matching_transaction": true,
"is_potential_duplicate": true,
"is_recurring": true
},
"heron_id": "txn_C7usrUK3eqzrxKY5amZ5tP",
"last_updated": "2026-06-12T23:06:29.659349+00:00",
"merchant": {
"name": "<string>",
"url": "<string>",
"categories": [
{
"code": "7311",
"description": "Advertising services",
"slug": "advertising_services"
}
],
"heron_id": "mrc_aGJ2hogSaokY7d4fDvrB9e",
"icon_url": "<string>",
"is_priority": true,
"logo_url": "<string>"
},
"reference_id": "my_favourite_transaction_231098",
"request_id": "req_MJtctYkNy4kkUPTUaanE5G",
"timestamp": "2021-11-12T10:38:05Z",
"transaction_code": "card"
}
}Was this page helpful?
⌘I