app.tempomusic.actor.getAnalyticsConsent

lexicons.tempomusic.fan

Documentation

Fetch the requesting viewer's analytics consent preferences. The viewer DID is read from the service-auth JWT (`iss` claim). `preferences` and `updatedAtMicros` are absent together when the viewer has never stored preferences — the client then hydrates its early-access defaults.

main query

Fetch the requesting viewer's analytics consent preferences. The viewer DID is read from the service-auth JWT (`iss` claim). `preferences` and `updatedAtMicros` are absent together when the viewer has never stored preferences — the client then hydrates its early-access defaults.

Output

Encodingapplication/json
updatedAtMicros integer Optional

Client wall-clock microseconds of the stored document's write (LWW tie-breaker). Absent together with `preferences`.

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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "preferences": {
          "ref": "app.tempomusic.actor.defs#analyticsConsentPreferences",
          "type": "ref"
        },
        "updatedAtMicros": {
          "type": "integer",
          "description": "Client wall-clock microseconds of the stored document's write (LWW tie-breaker). Absent together with `preferences`."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Fetch the requesting viewer's analytics consent preferences. The viewer DID is read from the service-auth JWT (`iss` claim). `preferences` and `updatedAtMicros` are absent together when the viewer has never stored preferences — the client then hydrates its early-access defaults."
}

Lexicon Garden

@