{ "opencollection": "1.0.0", "info": { "name": "Mixpanel Annotations Service Accounts API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Service Accounts", "type": "folder" }, "items": [ { "info": { "name": "Mixpanel List service accounts", "type": "http" }, "http": { "method": "GET", "url": "https://mixpanel.com/api/app/organizations/:organizationId/service-accounts", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The Mixpanel organization ID" } ] }, "docs": "Retrieve all service accounts within an organization." }, { "info": { "name": "Mixpanel Create a service account", "type": "http" }, "http": { "method": "POST", "url": "https://mixpanel.com/api/app/organizations/:organizationId/service-accounts", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The Mixpanel organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new service account within the organization. Returns the service account credentials including the secret which is only shown once." }, { "info": { "name": "Mixpanel Get service account", "type": "http" }, "http": { "method": "GET", "url": "https://mixpanel.com/api/app/organizations/:organizationId/service-accounts/:serviceAccountId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The Mixpanel organization ID" }, { "name": "serviceAccountId", "value": "", "type": "path", "description": "The service account ID" } ] }, "docs": "Retrieve details of a specific service account." }, { "info": { "name": "Mixpanel Delete service account", "type": "http" }, "http": { "method": "DELETE", "url": "https://mixpanel.com/api/app/organizations/:organizationId/service-accounts/:serviceAccountId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The Mixpanel organization ID" }, { "name": "serviceAccountId", "value": "", "type": "path", "description": "The service account ID" } ] }, "docs": "Delete a service account. This revokes all API access for the account immediately." } ] } ], "bundled": true }