Skip to main content
GET
/
app.rocksky.mirror.getMirrorSources
Get the authenticated user's scrobble mirror sources (Last.fm, ListenBrainz, Teal.fm).
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.mirror.getMirrorSources \
  --header 'Authorization: Bearer <token>'
{
  "sources": [
    {
      "provider": "<string>",
      "enabled": true,
      "hasCredentials": true,
      "externalUsername": "<string>",
      "lastPolledAt": "2023-11-07T05:31:56Z",
      "lastScrobbleSeenAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rocksky.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

sources
object[]
required