You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/Mixpanel APIs/overview.md
+21-8Lines changed: 21 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,44 +3,57 @@ title: "Overview"
3
3
slug: "overview"
4
4
hidden: false
5
5
createdAt: "2020-08-13T17:28:39.814Z"
6
-
updatedAt: "2021-10-07T19:08:48.152Z"
6
+
updatedAt: "2024-08-05T19:31:43.295Z"
7
7
---
8
+
8
9
Mixpanel supports API endpoints that can query, export, and import data as well as manipulate Mixpanel metadata (such as data definitions).
9
10
10
11
The API endpoints are organized by the function that they support. The API structure is as follows:
11
12
12
-
### [**Ingestion API**](ref:ingestion-api)
13
+
### [**Ingestion API**](ref:ingestion-api)
14
+
13
15
**Standard Server:**`api.mixpanel.com`
14
16
**EU Residency Server:**`api-eu.mixpanel.com`
15
17
Use the Ingestion API to get your data into Mixpanel. This includes live events, historical imports, and user profile data.
16
18
19
+
### [**Query API**](ref:query-api)
17
20
18
-
### [**Query API**](ref:query-api)
19
21
**Standard Server:**`mixpanel.com/api`
20
22
**EU Residency Server:**`eu.mixpanel.com/api`
21
23
Use the Query AP to get the same calculated data the powers Mixpanel's web application. This includes Insights, Funnels, Retention, and custom JQL Queries.
22
24
23
-
### [**Raw Data Export API **](ref:raw-data-export-api)
25
+
### [**Raw Data Export API **](ref:raw-data-export-api)
Use the Data Pipelines API to export Mixpanel data to your own Data Warehouse. Mixpanel’s Data Pipelines product removes the need to build complex connectors, maintain exporting code, and apply ad-hoc data transformations.
35
+
Use the Data Pipelines API to export Mixpanel data to your own Data Warehouse. Mixpanel’s Data Pipelines product removes the need to build complex connectors, maintain exporting code, and apply ad-hoc data transformations.
0 commit comments