Advertiser Reference Data

Our mission is to deliver great content to consumers through collaboration with our advertising partners. With our gigantic portfolio, we amplify it all.

Advertiser Refence Data API

The Advertiser Reference Data API provides the list of advertisers registered/partnered with NBC Universal

Request

The endpoint url to be used is :

POST http://api.nbcunivarsal.com/v1/advertiser/referenceData/extractReferenceData Try Now

The request header to be passed for authentication is :

api_key : <Your API Key>

The CURL request would look like :

curl -X POST -H "api_key: <your api key>" http://api.nbcunivarsal.com/v1/advertiser/referenceData/extractReferenceData -d "<Request Body>"

Sample Response
 {
   "id": ID1234,  
   "advertiserName": "AdvertiserName1, INC"
 },  
 {
   "id": ID3456, 
   "advertiserName": "AdvertiserName2, INC" 
  },    
 {
   "id": ID34556,
   "advertiserName": "AdvertiserName2, LLC"
 }