Skip to main content
GET
Campaign metrics overview

Authorizations

Authorization
string
header
required

Pass your Soundlink sk_* API key as a Bearer token: Authorization: Bearer sk_<prefix>_<token> (not an OAuth token; see oauthBearer for that). Accepted on all Public API operations. Send only one Authorization header per request.

Path Parameters

campaignId
string
required

Campaign identifier (UUID)

Query Parameters

startDate
string<date>

Inclusive start date (YYYY-MM-DD). When omitted, the default depends on the endpoint: campaign overview and paginated breakdown use the campaign start date; engagement and JSONL export endpoints use the last 90 days ending today (see each operation).

endDate
string<date>

Inclusive end date (YYYY-MM-DD). Defaults to today.

Response

Campaign totals

data
object
required

Campaign-level totals aggregated across all countries for the requested date range. Field names align with the campaign_country_daily row schema — values here are the sum of country rows.

meta
object
required