cURL
curl --request POST \ --url https://app.mindlytics.ai/bc/v1/events/event/track \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --header 'X-App-ID: <api-key>' \ --data '{ "session_id": "<string>", "timestamp": "<string>", "user_id": "<string>", "device_id": "<string>", "type": "track", "event": "<string>", "conversation_id": "<string>", "properties": {} }'
[ { "type": "start_session" } ]
Track an event for a user.
API Key for your organization
Project ID
Success
The events that were generated by the Mindlytics service as a result of this event.