Skip to main content
POST
/
v6
/
config
/
integrations
/
mixpanel
Configure Mixpanel
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is a partner-level token.

Body

application/json
projectToken
string
required

Mixpanel Project Token for API access.

Response

Success

result
enum<string>

The result of the action performed.

Available options:
SUCCESS,
FAILURE
data
object