curl --request GET \
--url https://app.herondata.io/api/end_user_enrichers/{end_user_heron_id}/enricher_results \
--header 'x-api-key: <api-key>'[
{
"enriched_at": "2023-11-07T05:31:56Z",
"enricher_name": "<string>",
"status": "succeeded",
"result": {}
}
]Get all latest enrichment results for a given end user by their Heron ID.
curl --request GET \
--url https://app.herondata.io/api/end_user_enrichers/{end_user_heron_id}/enricher_results \
--header 'x-api-key: <api-key>'[
{
"enriched_at": "2023-11-07T05:31:56Z",
"enricher_name": "<string>",
"status": "succeeded",
"result": {}
}
]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.
Was this page helpful?