You need a Rewind API key (
rw_live_...). See
Authentication to create one and for the read-versus-admin
key types.1
Check the API is up
The health endpoint needs no authentication, so it is the simplest way to
confirm you can reach the API.
2
Make your first authenticated call
Every other endpoint takes your key as a Bearer token in the
Authorization
header. Fetch your most recent scrobbles:3
Try another domain
Every domain answers on the same
/v1/<domain>/... shape. Pull your lifetime
running stats:4
Page and filter results
List endpoints return a
{ data, pagination } envelope and accept page and
limit. Most list and stats endpoints also accept date, from, and to
filters.