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>",
"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>",
"result": {}
}
]
OK
The response is of type object[]
.