Skip to main content
POST
Accounts for a campaign

Authorizations

X-Api-Key
string
header
required

Your organization's public API key.

Path Parameters

sourceId
string
required
campaignId
string
required

Body

application/json

Filter + paging for the accounts that engaged with a campaign.

startDate
integer<int64>

Window start, epoch millis. Omit both startDate and endDate for the default recent window.

Example:

1717200000000

endDate
integer<int64>

Window end, epoch millis.

Example:

0

icpIds
integer<int64>[]

Restrict to these ICP ids. Null or empty = all ICPs.

Restrict to these ICP ids. Null or empty = all ICPs.

accountListIds
integer<int64>[]

Restrict to these account-list ids. Null or empty = all lists.

Restrict to these account-list ids. Null or empty = all lists.

limit
integer<int32>
default:20

Max rows to return.

Example:

20

offset
integer<int32>
default:0

Row offset for paging.

Example:

0

Response

OK

Accounts that engaged with a campaign, paged.

campaignId
string

Campaign id this page belongs to.

accounts
object[]

The accounts on this page.

total
integer<int32>

Total matching accounts.

Example:

137

limit
integer<int32>

Max rows requested.

Example:

20

offset
integer<int32>

Row offset of this page.

Example:

0

hasMore
boolean

Whether more rows exist beyond this page.

Example:

true