app.rocksky.rockbox.getAudioSettings

rocksky.app

Documentation

Get Rockbox audio settings. If `did` is provided the request is public; otherwise an auth token is required and the caller's own settings are returned.

main query

Get Rockbox audio settings. If `did` is provided the request is public; otherwise an auth token is required and the caller's own settings are returned.

Parameters

did string at-identifier Optional

DID or handle of the user whose settings to fetch. Required for unauthenticated requests.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
DID or handle of the user whose settings to fetch. Required for unauthenticated requests.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.rockbox.defs#settingsView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "did": {
        "type": "string",
        "format": "at-identifier",
        "description": "DID or handle of the user whose settings to fetch. Required for unauthenticated requests."
      }
    }
  },
  "description": "Get Rockbox audio settings. If `did` is provided the request is public; otherwise an auth token is required and the caller's own settings are returned."
}

Lexicon Garden

@