The Solution Provider API (or Agencies API) includes a passthrough feature for agencies that manage Brand (or Advertiser) accounts on impact.com.

To access a managed brand (or advertiser) account, you'll need:

  • Your Agency AccountSID & AuthToken values
  • The managed brand account's Account ID value (use the Advertiser overview endpoint to retrieve the Id value)

Requests append the Brand API endpoints to standard Agency API requests, like so:

https://api.impact.com/Agencies/<AccountSID>/Advertisers/<AdvertiserAccountID>/

Refer to the Brand API documentation for details on using those endpoints. All brand endpoints are supported via the API passthrough.

Example request


curl 'https://api.impact.com/Agencies/<AccountSID>/Advertisers/2747168/Campaigns' \
  -X GET \
  -u '<AccountSid>:<AuthToken>' \
  -H 'Accept: application/json'