curl --request GET \
--url https://app.herondata.io/api/end_users/{heron_id}/crm_sync \
--header 'x-api-key: <api-key>'
[
{
"crm_record_url": "<string>",
"error_message": "<string>",
"heron_id": "<string>",
"name": "<string>",
"occurred_at": "2023-11-07T05:31:56Z",
"provider": "<string>",
"result": "success"
}
]
curl --request GET \
--url https://app.herondata.io/api/end_users/{heron_id}/crm_sync \
--header 'x-api-key: <api-key>'
[
{
"crm_record_url": "<string>",
"error_message": "<string>",
"heron_id": "<string>",
"name": "<string>",
"occurred_at": "2023-11-07T05:31:56Z",
"provider": "<string>",
"result": "success"
}
]
The list of CRM events that occurred for this end user
The response is of type object[]
.
Was this page helpful?