v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-028581251.8 KB
place.stream.beta

Report an account's access status for a named beta feature: whether it has been granted (via a trusted place.stream.beta.invite, or because this node isn't beta-gating the feature), has an outstanding place.stream.beta.request, or neither. Defaults to the authenticated caller when `did` is omitted.

get/xrpc/place.stream.beta.getStatus

Query parameters

featurestring required

Identifier of the beta feature to check (e.g. "vod").

Identifier of the beta feature to check (e.g. "vod").

didstring did

Account to check. Defaults to the authenticated caller's DID when omitted.

Account to check. Defaults to the authenticated caller's DID when omitted.

Response

Success

featurestring required

The feature this status applies to (echoes the request).

didstring did required

The account this status applies to.

statusstring required

granted: the account may use the feature. requested: no grant yet, but an access request is on file. none: no grant and no request.