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": {
"context": "sync",
"priority_type": "gold_standard"
},
"category": {
"label": "Rent",
"heron_id": "ctg_NxuE6DEaPGMXCjZrZ2vyXo"
},
"confidence": 123,
"model_version": "<string>"
},
"balance": 423,
"counterparty": "GOOGLE",
"currency": "USD",
"data_source_account_heron_id": "dsa_RAqgeYTWkKYfUGfyFZy9PN",
"data_source_heron_id": "dso_KgadxHdrTGtYda4tjgHvCH",
"end_user_id": "my_best_customer_203948",
"features": {
"description_clean": "GOOGLE ADS",
"duplicate_of_id": "txn_7p9fVaHJToygHX8ps4sY59",
"has_matching_transaction": true,
"is_potential_duplicate": true,
"is_recurring": true
},
"heron_id": "txn_8pAXmBn9PTWq9Cx5JXVp5q",
"last_updated": "2025-12-12T10:00:51.477810",
"merchant": {
"name": "<string>",
"url": "<string>",
"categories": [
{
"code": "7311",
"description": "Advertising services",
"slug": "advertising_services"
}
],
"group_id": "Uber",
"heron_id": "mrc_MQ6m783Jf7Ewj7nk5KyJYy",
"icon_url": "<string>",
"is_priority": true,
"logo_url": "<string>"
},
"reference_id": "my_favourite_transaction_231098",
"request_id": "req_WtcsBmM8XDkf9HktbwRZDg",
"timestamp": "2021-11-12T10:38:05Z",
"transaction_code": "card"
}
}Get enriched transaction
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": {
"context": "sync",
"priority_type": "gold_standard"
},
"category": {
"label": "Rent",
"heron_id": "ctg_NxuE6DEaPGMXCjZrZ2vyXo"
},
"confidence": 123,
"model_version": "<string>"
},
"balance": 423,
"counterparty": "GOOGLE",
"currency": "USD",
"data_source_account_heron_id": "dsa_RAqgeYTWkKYfUGfyFZy9PN",
"data_source_heron_id": "dso_KgadxHdrTGtYda4tjgHvCH",
"end_user_id": "my_best_customer_203948",
"features": {
"description_clean": "GOOGLE ADS",
"duplicate_of_id": "txn_7p9fVaHJToygHX8ps4sY59",
"has_matching_transaction": true,
"is_potential_duplicate": true,
"is_recurring": true
},
"heron_id": "txn_8pAXmBn9PTWq9Cx5JXVp5q",
"last_updated": "2025-12-12T10:00:51.477810",
"merchant": {
"name": "<string>",
"url": "<string>",
"categories": [
{
"code": "7311",
"description": "Advertising services",
"slug": "advertising_services"
}
],
"group_id": "Uber",
"heron_id": "mrc_MQ6m783Jf7Ewj7nk5KyJYy",
"icon_url": "<string>",
"is_priority": true,
"logo_url": "<string>"
},
"reference_id": "my_favourite_transaction_231098",
"request_id": "req_WtcsBmM8XDkf9HktbwRZDg",
"timestamp": "2021-11-12T10:38:05Z",
"transaction_code": "card"
}
}Was this page helpful?