Campaigns
List campaigns
Returns all campaigns for the authenticated organization. Intended for reporting and data warehouse sync.
Requires the campaigns:read scope. Accepts API key or OAuth Bearer.
GET
List campaigns
Authorizations
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.
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Items per page (max 100)
Required range:
1 <= x <= 100Available options:
createdAt Sort direction
Available options:
asc, desc