Jump to Content
Mixpanel Dev Docs
Reference
DocsSupportCommunityPrivacyMixpanel Dev Docs
Reference
DocsSupportCommunityPrivacy
Reference

Mixpanel APIs

  • Overview
  • Authentication Methods
    • Service Accounts
    • Project Token
    • Project Secret [Deprecating]
    • Request Signature [Deprecated]
  • Segmentation Expressions
  • Rate Limits

Ingestion API

  • Overview
  • Authentication
  • Events
    • Import Eventspost
    • Track Eventspost
    • Event Deduplication
  • Group Profiles
    • Update Propertypost
    • Set Property Oncepost
    • Delete Propertypost
    • Remove from List Propertypost
    • Union To List Propertypost
    • Batch Update Group Profilespost
    • Delete Grouppost
    • Limits
  • Lookup Tables
    • List Lookup Tablesget
    • Replace a Lookup Tableput
  • User Profiles
    • Set Propertypost
    • Set Property Oncepost
    • Increment Numerical Propertypost
    • Union To List Propertypost
    • Append to List Propertypost
    • Remove from List Propertypost
    • Delete Propertypost
    • Update Multiple Profilespost
    • Delete Profilepost
    • Limits

Identity API

  • Identities
    • Create Identitypost
    • Create Aliaspost
    • Merge Identitiespost

Query API

  • Overview
  • Authentication
  • Activity Feed
    • Profile Event Activityget
  • Cohorts
    • List Saved Cohortspost
  • Engage
    • Query Profilespost
  • Event Breakdown
    • Aggregate Event Countsget
    • Today's Top Eventsget
    • Top Eventsget
    • Aggregrated Event Property Valuesget
    • Top Event Propertiesget
    • Top Event Property Valuesget
  • Funnels
    • Query Saved Reportget
    • List Saved Funnelsget
  • Insights
    • Query Saved Reportget
  • JQL
    • Custom JQL Querypost
    • Additional Information
  • Retention
    • Query Retention Reportget
    • Query Frequency Reportget
  • Segmentation
    • Query Segmentation Reportget
    • Numerically Bucketget
    • Numerically Sumget
    • Numerically Averageget

Event Export API

  • Overview
  • Authentication
  • Export
    • Download Dataget

Lexicon Schemas API

  • Overview
  • Authentication
  • Create Schemas
    • Create/Replace Multiplepost
    • Create/Replace Onepost
  • Delete Schemas
    • Delete all Schemasdelete
    • Delete for Entitydelete
    • Delete for Entity and Namedelete
  • Retrieve Schemas
    • List Schemasget
    • List for Entityget
    • List for Entity and Nameget
  • Limits

Data Pipelines API

  • Overview
  • Authentication
  • Create Pipelines
    • Create Pipelinepost
  • Delete Pipelines
    • Delete Pipelinepost
  • Edit Pipelines
    • Edit Pipelinepost
  • Pause Pipelines
    • Pause Pipelinepost
  • Resume Pipelines
    • Resume Pipelinepost
  • Retrieve Pipelines
    • List Pipelinesget
    • Get Pipelineget
    • List Pipeline Logsget

Service Accounts API

  • Overview
  • Authentication
  • Create Service Accounts
    • Create Service Accountpost
  • Delete Service Accounts
    • Delete Service Accountdelete
  • Project Membership
    • List Service Accounts For Projectget
    • Add Service Accounts To Projectspost
    • Remove Service Accounts From Projectspost
  • Retrieve Service Accounts
    • List Service Accountsget
    • Get Service Accountget

Annotations API

  • Overview
  • Delete Annotation
    • Delete Annotationdelete
  • Retrieve Annotations
    • List Annotationsget
    • Get Annotationget
  • Create Annotations
    • Create Annotationspost
  • Patch Annotation
    • Patch Annotationpatch

GDPR API

  • Overview
  • Create a Retrieval
    • Create a Retrievalpost
  • Check Status of Retrieval
    • Check Status of Retrievalget
  • Create a Deletion
    • Create a Deletionpost
  • Check Status of Deletion
    • Check Status of Deletionget
  • Cancel a Deletion
    • Cancel a Deletiondelete

Warehouse Connectors API

  • Overview
  • Authentication
  • Run an import
    • Run an importput

Authentication

Service Account

Service Account Authentication Details

Note that when you use Service Account authentication, you must specify the project_id as a query parameter. E.g. https://data.mixpanel.com/api/2.0/export?project_id=12345

Projects with Classified Data

  • The Service Account must have permission to access classified data.

Project Secret

Project Secret Authentication Details

  • Table of Contents
    • Service Account
    • Project Secret