---
title: "Award badge"
method: POST
path: "/offerings/{offeringId}/users/{userEmail}/badges/award"
tags: ["Badges"]
---

# Award badge

`POST /offerings/{offeringId}/users/{userEmail}/badges/award`

Awards a badge to a user in the offering.

## Path parameters

- `offeringId` string, required
- `userEmail` string, email, required

## Response `201`

Awarded badge response

- AwardedResponse
  - `awarded` boolean
  - `badgeId` string
  - `badgeUrl` string

## Other responses

- `400` — Bad Request
- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

[API](https://skmtc.net/iqualify/apis/iqualify-management-api.md) · [All operations](https://skmtc.net/iqualify/apis/iqualify-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iqualify/iqualify-management-api/revisions/5ac6843de20a/schema)
