Existing Inventory List

GET {{campaign_url}}/inventoryLists/:id

Retrieve a single inventory list

You can retrieve an existing inventory list in your market by sending this GET request.

To retrieve the id of a site or app list, you must first send one of the following:

  1. POST New Inventory List request
  2. GET List of Inventory Lists request

POST New Inventory List will automatically populate the inventoryListId variable with the ID of your newly created site/app list.

GET List of Inventory Lists will return a list of inventory list objects—within your market—containing IDs that you can then manually copy and paste into the value cell for id.

RESPONSES

status: OK

{"data":[{"id":"36332200","marketId":"1","resourceType":"inventoryList","name":"doc test site list - updated","marketName":"Amobee PM","inventoryUsage":"sites","inclusionUsage":"include","includeSubdomain":false,"content":["mySite3.com","mySite2.com"],"workflowStatus":"archived"}],"errors":[]}