Skip to main content
GET
Get post analytics export links (CSV)

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Query Parameters

kind
enum<string>

daily (default), daily_views, daily_engagement, handles, payout_eligible, or all.

Available options:
daily,
daily_views,
daily_engagement,
handles,
payout_eligible,
all
agencyId
string

Agency sub-account scope; must be an agency the caller may act for.

programIds
string

Comma-separated campaign (program) ids.

creatorIds
string

Comma-separated creator (contractor) ids.

platforms
string

Comma-separated platforms, e.g. tiktok,instagram.

fromDate
string

Lower-bound date, YYYY-MM-DD (inclusive).

toDate
string

Upper-bound date, YYYY-MM-DD (inclusive).

ghostHandles
enum<string>

all (default), include, or exclude.

Available options:
all,
include,
exclude
campaignStatus
enum<string>

active, all, or archived.

Available options:
active,
all,
archived
excludeDeletedVideos
string

Pass "true" to leave out posts whose video was deleted.

Response

One link per requested kind.

data
object
required