Get Advertiser by ID

Returns details of an Advertiser, specified by ID.

Request

GET /advertiser/456

Response

{
  "messages": [],
  "entity": [
    {
      "id": 456,
      "name": "Old Advertiser",
      "agencyId": 123,
      "currency": "USD",
      "category": "IAB1",
      "timezoneName": "ET",
      "externalAdvertiserId": "123#Test"
    }
  ]
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!