Track EventsAsk AIpost https://{region}.mixpanel.com/trackRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query Paramsipinteger0 to 1If present and equal to 1, Mixpanel will use the ip address of the incoming request and compute a distinct_id using a hash function if no distinct_id is provided. This is different from providing a properties.ip value in the Event Object.verboseinteger0 to 1If present and equal to 1, Mixpanel will respond with a JSON Object describing the success or failure of the tracking call. The returned object will have two keys: status, with the value 1 on success and 0 on failure, and error, with a string-valued error message if the request wasn't successful. This is useful for debugging during implementation.imginteger0 to 1If present and equal to 1, Mixpanel will serve a 1x1 transparent pixel image as a response to the request. This is useful for adding Pixel Tracking in places that javascript is not supported.callbackstringIf present, Mixpanel will return a content-type: text/javascript with a body that calls a function by value provided. This is useful for creating local callbacks to a successful track call in JavaScript.Body Params objecteventstringrequiredThe name of the event.propertiesobjectrequiredA JSON object containing properties of the event.properties objectADD objectHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200 1 - One or more objects provided are valid. This does not signify a valid project token or secret. 0 - No data objects in the body are valid. 401Unauthorized 403ForbiddenUpdated 6 months ago