POST
/
api
/
end_users
/
{heron_id}
/
crm_sync
curl --request POST \
  --url https://app.herondata.io/api/end_users/{heron_id}/crm_sync \
  --header 'x-api-key: <api-key>'
{
  "crm_sync_triggered": true,
  "heron_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

Response

200 - application/json
Ok

The response is of type object.