cURL
curl --request POST \ --url https://sandbox.tight.com/v6/config/integrations/mixpanel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "projectToken": "<string>" } '
{ "result": "SUCCESS", "data": { "projectToken": "<string>" } }
Configure Mixpanel integration credentials
Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.
Bearer <token>
<token>
Mixpanel Project Token for API access.
Success
The result of the action performed.
SUCCESS
FAILURE
Show child attributes