Three calls to a live audience.
Authenticate once, create a segment, then stream identities into it. The moment identities resolve, the segment is addressable on MNTN's Performance TV inventory.
Send your API key
Every call carries a key issued with your connection, as a Bearer token or an access_key query param.
Name the audience
Open a segment with a name and an optional source. You get back a segment_id to populate.
Fill it, keep it fresh
Add identities to the segment in batches. Add and remove as your audience shifts; MNTN targets the current set.
POST /v2026/audience/segments/{segment_id}/identitiesTwo resources, one relationship.
The whole API is segments and the identities inside them. Everything else is reading, filtering, and keeping that set current.
The full reference.
Ten operations · segments, identities, events, pagination, errors.