Skip to main content
GET
Soundlink metrics breakdown

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

Soundlink identifier (URL-safe string, same ID used in the public sndl.ink URL)

Query Parameters

startDate
string<date>

Inclusive start date (YYYY-MM-DD) for soundlink overview and breakdown. Defaults to the soundlink creation date when omitted.

endDate
string<date>

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

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
pageSize
integer
default:50

Rows per page (max 500; higher default than list endpoints)

Required range: 1 <= x <= 500
sortBy
enum<string>
default:report_date
Available options:
report_date,
country_code
sortOrder
enum<string>
default:desc

Sort direction

Available options:
asc,
desc

Response

Paginated per-day country rows (soundlink_country_daily schema)

data
object
required
meta
object
required