mParticle website screenshot

mParticle

mParticle is a customer data platform (CDP) that helps brands collect, unify, and activate customer data across mobile, web, OTT, and server sources, then forward it in real time to hundreds of analytics, marketing, and warehouse destinations. The mParticle developer platform exposes server Events, IDSync, Profile, Warehouse Sync, Calculated Attributes, and Platform APIs that let teams ingest events, resolve identity, manage configurations, and orchestrate audiences using HTTP Basic and bearer token authentication.

4 APIs 0 Features
Customer Data PlatformCDPAnalyticsIdentity ResolutionAudienceData PipelineMarketing Data

APIs

mParticle Events API

Server-to-server REST API for sending event batches, bulk uploads, and historical data into mParticle from backend systems. Authenticates with HTTP Basic auth using a server-sid...

mParticle IDSync API

Identity resolution REST API used to match, link, and modify user identities across devices and channels in mParticle, returning a stable mParticle ID (MPID) for downstream use.

mParticle Profile API

REST API for retrieving unified user profiles, identities, attributes, and audience memberships at scale to personalize downstream applications.

mParticle Platform API

Management REST API used to programmatically configure mParticle inputs, outputs, filters, audiences, data plans, and workspace settings as part of a fully versioned CDP-as-code...

Collections

Resources

🔗
TrustCenter
TrustCenter
🔗
VulnerabilityDisclosure
VulnerabilityDisclosure
🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🌐
DeveloperPortal
DeveloperPortal
💰
Pricing
Pricing
📝
Signup
Signup
🔗
LlmsText
LlmsText
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: mParticle Events API
  version: '2.0'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Upload a single event batch
    type: http
  http:
    method: POST
    url: https://s2s.mparticle.com/v2/events
    body:
      type: json
      data: '{}'
  docs: Upload a single event batch for one user.
- info:
    name: Upload up to 100 event batches
    type: http
  http:
    method: POST
    url: https://s2s.mparticle.com/v2/bulkevents
    body:
      type: json
      data: '{}'
  docs: Upload up to 100 event batches in one request.
- info:
    name: Upload historical event batches
    type: http
  http:
    method: POST
    url: https://s2s.mparticle.com/v2/bulkevents/historical
    body:
      type: json
      data: '{}'
  docs: Upload historical data older than 30 days.
bundled: true