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
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” feature
required
Identifier of the beta feature to check (e.g. “vod”).
string
Identifier of the beta feature to check (e.g. “vod”).
did
Account to check. Defaults to the authenticated caller’s DID when omitted.
string format: did
Account to check. Defaults to the authenticated caller’s DID when omitted.
Responses
Section titled “ Responses ”Success
object
feature
required
The feature this status applies to (echoes the request).
string
did
required
The account this status applies to.
string format: did
status
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.
string
Bad Request