---
title: "Award a Badge to a User"
method: POST
path: "/profiles/{profile_id}/badges/"
---

# Award a Badge to a User

`POST /profiles/{profile_id}/badges/`

## Path parameters

- `profile_id` string, required

## Request body

- object
  - `badge_id` string

## Response `200`

200

- object
  - `awarded_at` string
  - `badge` object
    - `id` string
    - `name` string
    - `description` string
    - `badge_icon_url` string
    - `mimetype` string
    - `reward_item` unknown
    - `reward_item_threshold` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/versions/f3171d1c30f7/schema)
