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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,46 +14,54 @@ The API endpoints are organized by the function that they support. The API struc
14
14
15
15
**Standard Server:**`api.mixpanel.com`
16
16
**EU Residency Server:**`api-eu.mixpanel.com`
17
+
**India Residency Server:**`api-in.mixpanel.com`
17
18
Use the Ingestion API to get your data into Mixpanel. This includes live events, historical imports, and user profile data.
18
19
19
20
### [**Query API**](ref:query-api)
20
21
21
22
**Standard Server:**`mixpanel.com/api`
22
23
**EU Residency Server:**`eu.mixpanel.com/api`
24
+
**India Residency Server:**`in.mixpanel.com/api`
23
25
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.
24
26
25
27
### [**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.
0 commit comments