Get Advertiser IDs by Account ID

In Life, an account has access to advertisers you create underneath it. In addition, an advertiser can be permissioned to more than one account thereby using its elements like pixels and creatives across accounts.

🚧

This endpoint requires special permissions from your PulsePoint representative

Endpoint

Method: GET

v2/campaignImport/account/{accountId}/advertisers

Sample Response

{
  "accountName": "Test",
  "accountId": 10001,
  "advertiserId": [1000, 2000]
}