Last updated 6 months ago
/event/ingest
{userId} or null
{anonymousId} or null
name_of_the_event
1690111645853
Successful Response
curl -L \ --request POST \ --url 'https://integration-api.userflux.co/event/ingest' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"userId":"{userId} or null","anonymousId":"{anonymousId} or null","timestamp":1690111645853,"name":"event_name","properties":{"property1":"value","property2":123,"property3":true,"property4":null,"property5":{"nestedProperty1":"value"}}}'
No body