---
title: "Returns badges issued to the authenticated user, organized by display slot. Also indicates which badges are currently selected in the user's chat profile."
method: GET
path: "/xrpc/place.stream.badge.getIssuedBadges"
tags: ["place.stream.badge"]
---

# Returns badges issued to the authenticated user, organized by display slot. Also indicates which badges are currently selected in the user's chat profile.

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

## Query parameters

- `streamer` string, did — DID of the streamer channel to compute the server badge against.

## Response `200`

Success

- object
  - `server` PlaceStreamBadgeDefsBadgeView — View of a badge record, with fields resolved for display. If the DID in issuer is not the current streamplace node, the signature field shall be 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).
  - `streamer` PlaceStreamBadgeDefsBadgeSlot, required — A display slot containing available issuance-based badges and which one (if any) is currently selected.
    - `selected` PlaceStreamBadgeDefsBadgeIssuanceView — A resolved view of a badge issuance, including def fields for display.
      - `issuanceUri` string, uri, required — AT URI of the place.stream.badge.issuance record.
      - `issuanceCid` string — CID of the place.stream.badge.issuance record.
      - `badgeType` string, required
      - `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.
      - `issuer` string, did, required — DID of the badge issuer.
      - `selected` boolean — Whether this badge is currently in the user's chat profile selection.
    - `available` PlaceStreamBadgeDefsBadgeIssuanceView[], required — All badges available for this slot.
      - `issuanceUri` string, uri, required — AT URI of the place.stream.badge.issuance record.
      - `issuanceCid` string — CID of the place.stream.badge.issuance record.
      - `badgeType` string, required
      - `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.
      - `issuer` string, did, required — DID of the badge issuer.
      - `selected` boolean — Whether this badge is currently in the user's chat profile selection.
  - `user` PlaceStreamBadgeDefsBadgeSlot, required — A display slot containing available issuance-based badges and which one (if any) is currently selected.
    - `selected` PlaceStreamBadgeDefsBadgeIssuanceView — A resolved view of a badge issuance, including def fields for display.
      - `issuanceUri` string, uri, required — AT URI of the place.stream.badge.issuance record.
      - `issuanceCid` string — CID of the place.stream.badge.issuance record.
      - `badgeType` string, required
      - `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.
      - `issuer` string, did, required — DID of the badge issuer.
      - `selected` boolean — Whether this badge is currently in the user's chat profile selection.
    - `available` PlaceStreamBadgeDefsBadgeIssuanceView[], required — All badges available for this slot.
      - `issuanceUri` string, uri, required — AT URI of the place.stream.badge.issuance record.
      - `issuanceCid` string — CID of the place.stream.badge.issuance record.
      - `badgeType` string, required
      - `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.
      - `issuer` string, did, required — DID of the badge issuer.
      - `selected` boolean — Whether this badge is currently in the user's chat profile selection.

## Changes

- **2026-04-20** `3353f5f6354a` — 1 info
  - endpoint added
- **2026-04-20** `f6e6f5a5a3cb` — 1 breaking
  - api path removed without deprecation
- **2026-04-13** `6e5fe977ff9e` — 1 info
  - endpoint added
- **2026-01-21** `b21cd7605630` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/place.stream.badge.getIssuedBadges/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)
