System
Verify connectivity and authentication
Returns { "status": "ok" } if the request is authenticated and the
API is reachable. Useful for verifying a newly issued key before making
data requests.
GET
Verify connectivity and authentication
Authorizations
Pass your Soundlink sk_* API key in the x-api-key header.
Keys can carry explicit scopes (for example campaigns:read, metrics:read, videos:write) enforced by the backend.
Deprecated, retiring 2026-08-17 — migrate to Authorization: Bearer sk_... (see apiKeyBearerAuth) before then.
Verify connectivity and authentication