Custom API Action
Make a custom, authenticated HTTP call to the Mixpanel API.

Refer to Mixpanel Developer documentation.
Methods
These are supported HTTP request methods, or HTTP verbs, in a custom API call (see HTTP request methods).
Field | Definition | Type | Required |
---|---|---|---|
Request Type |
|
Dropdown | TRUE |
Select API |
Specify the Mixpanel API for the HTTP request. Options are:
|
To authenticate the Custom API Action card for the Mixpanel connector, several credentials are required:
-
Project: Token
-
Project: API Secret
-
Service Account (Username and Secret)
For more information, see Authorization.
Input
Field | Definition | Type | Required |
---|---|---|---|
Relative URL |
Specify the relative URL as Example: Example for Ingestion API (Standard): Example for Ingestion API (EU): Example for Query API (Standard): Example for Query API (EU): Example for Lexicon Schemas API (Standard): Example for Lexicon Schemas API (EU): Example for Raw Data Export API (Standard): Example for Raw Data Export API (EU): Example for Data Pipelines API (Standard): Example for Data Pipelines API (EU): Example for Connectors API (Standard): Example for Connectors API (EU): |
String | TRUE |
Query | Specify any additional query parameters that should be included in object format (key value pairs). | Object | FALSE |
Headers | Specify any headers required in addition to authorization or content-type (these are already handled by this connector). | Object | FALSE |
Body | Specify a request body in JSON format. Only available for POST , PUT , and PATCH requests. |
Object | FALSE |
Output
Field | Definition | Type |
---|---|---|
Response | ||
Status Code |
Result of your HTTP request. See HTTP status codes. |
Number |
Headers | A detailed context for the status code, unrelated to the output body. Response headers are dependent on your selected HTTP request option. Note that not all headers are response headers. This will be usually similar to {"Content-type":"application/json"}. | Object |
Body | The data returned from your selected HTTP request (for example, the data from a GET request). |
Object |