---
title: "Get valid badges for the authenticated user, optionally in the context of a specific streamer's chat"
method: GET
path: "/xrpc/place.stream.badge.getValidBadges"
tags: ["place.stream.badge"]
---

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

`GET /xrpc/place.stream.badge.getValidBadges`

## Query parameters

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

## Response `200`

Success

- object
  - `badges` PlaceStreamBadgeDefsBadgeView[], required
    - `badgeType` string, required
    - `issuer` string, did, required — DID of the badge issuer.
    - `recipient` string, did, required — DID of the badge recipient.
    - `name` string — Display name from the badge definition.
    - `description` string — Description from the badge definition.
    - `imageUrl` string, uri — Resolved image URL for the badge icon.
    - `signature` string — TODO: Cryptographic signature of the badge (of a place.stream.key).

## Changes

- **2026-04-20** `3353f5f6354a` — 1 info
  - endpoint added
- **2026-04-20** `f6e6f5a5a3cb` — 1 breaking
  - api path removed without deprecation
- **2026-04-13** `6e5fe977ff9e` — 3 info
  - added the optional property `badges/items/description` to the response with the `200` status
  - added the optional property `badges/items/imageUrl` to the response with the `200` status
  - added the optional property `badges/items/name` to the response with the `200` status
- **2026-02-28** `1eee35ef2abd` — 1 info
  - endpoint added
- **2026-02-18** `9826a9a45edf` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/place.stream.badge.getValidBadges/get.md)

---

[API](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/revisions/8e2ce7f5d85b/schema)
