---
title: "Bookmark or unbookmark a badge"
method: POST
path: "/v1/account.bookmarkBadge"
tags: ["account"]
---

# Bookmark or unbookmark a badge

`POST /v1/account.bookmarkBadge`

## Request body

- V1AccountBookmarkBadgeRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `badgeId` string, required — The badge id
  - `bookmark` boolean, required — Whether to bookmark or unbookmark the badge

## Response `200`

OK

- V1AccountBookmarkBadgeResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/steamsets/apis/steamsets-api.md) · [All operations](https://skmtc.net/steamsets/apis/steamsets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steamsets/steamsets-api/versions/2e8ba266b27f/schema)
