👍Recommended Authentication A service account is a special type of Mixpanel user intended to represent a non-human entity such as a script or back end service. Similar to a normal user it can be granted access to any number of projects and workspaces within an organization. Permissions are set by d…| Mixpanel Dev Docs
Every Mixpanel project has a unique alphanumerical token for collecting data. A project's token is not a secret value. In front-end implementation, such as our javascript library, this token will be available to anyone visiting your page. With that in mind, it is important to note that a project's t…| Mixpanel Dev Docs
Use this API to send batches of events from your servers to Mixpanel. Request Format Each request ingests a batch of events into Mixpanel. We accept up to 2000 events and 10MB uncompressed per request. Events are part of the request body. We support Content-Type application/json or application/x-ndj…| Mixpanel Dev Docs