GET
/
api
/
end_users
/
{heron_id}
/
crm_sync
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"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

Response

200 - application/json
The list of CRM events that occurred for this end user

The response is of type object[].