Skip to main content
GET
List advertiser accounts

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

advertiserId
string
required

Unique identifier for the advertiser

Minimum string length: 1
Example:

"12345"

Query Parameters

storefrontId
integer

Filter accounts to those reachable through this storefront. Pair with sourceId.

Required range: 1 <= x <= 9007199254740991
Example:

42

sourceId
string

Filter accounts to those reachable through this inventory source. Pair with storefrontId.

Minimum string length: 1
Example:

"src_main"

status
enum<string>

Filter by account status

Available options:
active,
pending_approval,
payment_required,
suspended,
closed,
unreachable
take
integer
default:50

Number of results to return (max 250)

Required range: 1 <= x <= 250
Example:

50

skip
integer
default:0

Number of results to skip for pagination

Required range: 0 <= x <= 9007199254740991
Example:

0

Response

List advertiser accounts

Response containing a paginated list of linked-account summaries

accounts
object[]
required

Linked accounts projected to the summary shape. Use get_advertiser_account for the full resource.

total
integer
required

Total count of accounts matching the query

Required range: 0 <= x <= 9007199254740991
Example:

15