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
application/jsonpreferences
refapp.tempomusic.actor.defs#analyticsConsentPreferences
Optional
No description available.
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.
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."
}