Authentication

Service Account

📘

Roles & Permissions

To modify (create, delete) a service account, the service account used for authentication must have the role of admin or owner.

Service Account Authentication Details

curl --request GET \
     --url https://mixpanel.com/api/app/organizations/12345/service-accounts \
     --header 'Accept: application/json' \
     --header 'Authorization: Basic dGVzdDp0ZXN0'