A Network is a Media Owner's venue collection. You can use the Network APIs to list your Networks.
Vistar Media Marketplace SSP API
The Vistar Media Marketplace SSP API enables developers to programmatically interact with Vistar's SSP outside of the web application. It enables Media Owners to build system integrations and automations.
For authentication, rate limiting, and other general usage information, please see our getting started documentation.
Creatives
The Creative resource represents a specific creative provided by a buyer that targets one of your Networks.
Your approval status of the Creative is in the audit object within the Creative.
The API allows you to list and retrieve Creatives and update their audit values.
Creatives can be categorized using IAB categories and your own custom Tags. The Creative Category and Tag endpoints allow you to discover ids to use when updating Creatives. You can also create new Tags.
You can also access a Creative's assets and associated Campaign information.
- Staginghttps://staging-platform-api.vistarmedia.com/seats
- Productionhttps://platform-api.vistarmedia.com/seats
- curl
- JavaScript
- Node.js
curl -i -X GET \
'https://staging-platform-api.vistarmedia.com/seats?page_size=0&page=0&order=string&asc=true&filter=string&search=string' \
-b tr-staging=YOUR_API_KEY_HERE{ "seats": [ { … } ], "total_size": 1 }
- Staginghttps://staging-platform-api.vistarmedia.com/seats/{id}
- Productionhttps://platform-api.vistarmedia.com/seats/{id}
- curl
- JavaScript
- Node.js
curl -i -X GET \
'https://staging-platform-api.vistarmedia.com/seats/{id}' \
-b tr-staging=YOUR_API_KEY_HERE{ "id": "juIGaOygS0CBBqtmXHamqA", "name": "Test User" }