Get Advertiser by ID

Returns details of an Advertiser, specified by ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request

GET /advertiser/456

Response

{
  "messages": [],
  "entity": [
    {
      "id": 456,
      "name": "Old Advertiser",
      "agencyId": 123,
      "currency": "USD",
      "category": "IAB1",
      "timezoneName": "ET",
      "externalAdvertiserId": "123#Test"
    }
  ]
}
Path Params
integer
required

Advertiser ID

Responses

401

Unauthorized

403

Forbidden

404

Not Found

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json