Skip to content

Commit 91ec890

Browse files
Adds api-in.mixpanel.com to api docs region options (#1547)
* Adds api-in.mixpanel.com to api docs region options In preparation for India DC launch * ingestion too * adds endpoints to overview
1 parent 5234cce commit 91ec890

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

openapi/src/identity.openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ servers:
1515
enum:
1616
- api
1717
- api-eu
18+
- api-in
1819
description: >
1920
The server location to be used:
2021
* `api` - The default (US) servers used for most projects
2122
* `api-eu` - EU servers if you are enrolled in EU Data Residency
23+
* `api-in` - India servers if you are enrolled in India Data Residency
2224
tags:
2325
- name: Identities
2426
description: Register or merge users with a new identity.

openapi/src/ingestion.openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ servers:
1515
enum:
1616
- api
1717
- api-eu
18+
- api-in
1819
description: >
1920
The server location to be used:
2021
* `api` - The default (US) servers used for most projects
2122
* `api-eu` - EU servers if you are enrolled in EU Data Residency
23+
* `api-in` - India servers if you are enrolled in India Data Residency
2224
2325
tags:
2426
- name: Events

reference/Mixpanel APIs/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,46 +14,54 @@ The API endpoints are organized by the function that they support. The API struc
1414

1515
**Standard Server:** `api.mixpanel.com`
1616
**EU Residency Server:** `api-eu.mixpanel.com`
17+
**India Residency Server:** `api-in.mixpanel.com`
1718
Use the Ingestion API to get your data into Mixpanel. This includes live events, historical imports, and user profile data.
1819

1920
### [**Query API**](ref:query-api)
2021

2122
**Standard Server:** `mixpanel.com/api`
2223
**EU Residency Server:** `eu.mixpanel.com/api`
24+
**India Residency Server:** `in.mixpanel.com/api`
2325
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.
2426

2527
### [**Raw Data Export API **](ref:raw-data-export-api)
2628

2729
**Standard Server:** `data.mixpanel.com/api/2.0/export`
2830
**EU Residency Server:** `data-eu.mixpanel.com/api/2.0/export`
31+
**India Residency Server:** `data-in.mixpanel.com/api/2.0/export`
2932
Use the Raw Data Export API endpoint to obtain your event data. This API supports direct download or uploading to a cloud bucket.
3033

3134
### [**Data Pipelines API**](ref:overview-2)
3235

3336
**Standard Server:** `data.mixpanel.com/api/2.0/nessie`
3437
**EU Residency Server:** `data-eu.mixpanel.com/api/2.0/nessie`
38+
**India Residency Server:** `data-in.mixpanel.com/api/2.0/nessie`
3539
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.
3640

3741
### [**Lexicon Schemas API**](ref:lexicon-schemas-api)
3842

3943
**Standard Server:** `mixpanel.com/api/app/projects`
4044
**EU Residency Server:** `eu.mixpanel.com/api/app/projects`
45+
**India Residency Server:** `in.mixpanel.com/api/app/projects`
4146
Use the Schemas API to manage your data definitions in Lexicon and Data Audit
4247

4348
### [**Connectors API**](ref:connectors-api)
4449

4550
**Standard Server:** `mixpanel.com/api/app/projects`
4651
**EU Residency Server:** `eu.mixpanel.com/api/app/projects`
52+
**India Residency Server:** `in.mixpanel.com/api/app/projects`
4753
Batch import large volumes of data into Mixpanel from a cloud bucket
4854

4955
### [**GDPR API**](ref:gdpr-api)
5056

5157
**Standard Server:** `mixpanel.com/api/app/data-retrievals`
5258
**EU Residency Server:** `eu.mixpanel.com/api/app/data-retrievals`
59+
**India Residency Server:** `in.mixpanel.com/api/app/data-retrievals`
5360
The retrieval and deletion API calls are updated for version 3 and are made for GDPR and CCPA compliance.
5461

5562
### [**Warehouse Connectors API**](ref:warehouse-connectors-api)
5663

5764
**Standard Server:** `mixpanel.com/api/app/projects`
5865
**EU Residency Server:** `eu.mixpanel.com/api/app/projects`
66+
**India Residency Server:** `in.mixpanel.com/api/app/projects`
5967
Use the Warehouse Connectors API to manually run a warehouse imports.

0 commit comments

Comments
 (0)