Data Platform API access
Query segments, intent signals, feeds, and usage over the /data/v1 API with your partner credentials.
The Data Platform API lets you work with your licensed data programmatically. It’s a separate, isolated surface from the publisher and app APIs — authenticated with your partner credentials, and it serves only aggregated, pseudonymous data.
Authentication
Use the partner credentials from your portal account (see API access in the portal for your exact keys and base URL). The API is fully isolated from the publisher app API and never exposes raw events or PII.
Core endpoints
| Endpoint | Purpose |
|---|---|
GET /data/v1/segments |
List catalog segments available to your account |
GET /data/v1/segments/:id |
Segment detail — definition, size, freshness, your rate |
GET /data/v1/segments/:id/sample |
A privacy-safe sample of a segment |
GET /data/v1/intent-signals |
Aggregated AI-intent signals |
GET /data/v1/feeds · /feeds/:id/status |
Your provisioned feeds and delivery status |
GET /data/v1/activations |
Your activations |
GET /data/v1/usage |
Metered usage for reconciliation |
GET /data/v1/invoices · /invoices/:id/pdf |
Partner invoices |
Everything stays above the floor
Every response respects the k-anonymity floor and consent gating — sampling and enrichment never drop below the minimum cohort size. See Consent & k-anonymity.
Metering
Calls that return licensed data are metered idempotently and appear under Pricing, metering & invoices. The portal’s API access screen shows your live endpoints and credentials.