Skip to content

mixpanel_service_account (Data Source)

Reads a Mixpanel service account — an API credential used for programmatic access to Mixpanel. Service accounts enable automation and integration workflows without using individual user credentials.

Example Usage

data "mixpanel_service_account" "ci" {
  organization_id    = 9876543
  serviceaccount_id  = 12345
}

See the mixpanel_service_account resource to create and manage service accounts.

Schema

Required

  • organization_id (Number)
  • serviceaccount_id (Number)

Read-Only

  • created (String)
  • creator (Number)
  • creator_email (String)
  • creator_name (String)
  • expires (String)
  • id (Number) The ID of this resource.
  • last_used (String)
  • user (Number)
  • username (String)