place.stream.badge.getValidBadges

did:web:longos.iameli.link

Documentation

Get valid badges for the authenticated user, optionally in the context of a specific streamer's chat

main query

Get valid badges for the authenticated user, optionally in the context of a specific streamer's chat

Parameters

streamer string did Optional

Optional DID of the streamer for context-specific badges (mod, vip, etc)

Output

Encodingapplication/json
badges array Required

No description available.

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
Optional DID of the streamer for context-specific badges (mod, vip, etc)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "badges"
      ],
      "properties": {
        "badges": {
          "type": "array",
          "items": {
            "ref": "place.stream.badge.defs#badgeView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "streamer": {
        "type": "string",
        "format": "did",
        "description": "Optional DID of the streamer for context-specific badges (mod, vip, etc)"
      }
    }
  },
  "description": "Get valid badges for the authenticated user, optionally in the context of a specific streamer's chat"
}

Lexicon Garden

@