---
title: "Get A Specific User Award"
method: GET
path: "/api/v2/awards/{id}"
tags: ["Awards"]
---

# Get A Specific User Award

`GET /api/v2/awards/{id}`

This endpoint retrieves the details of a specific award that has been awarded to a particular user. <h3>Required Scope</h3>`awards:read` or `awards:write`

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse20021
  - `data` InlineResponse20021Data
    - `type` string — The type of resource.
    - `id` string — Unique identifier for the award.
    - `attributes` InlineResponse20021DataAttributes
      - `created-at` string, date-time — The date and time when the award was created.
      - `title` string — The title of the award.
      - `awarded-at` string, date-time — The date and time when the award was given.
      - `image-url` string, nullable — The URL or path to an image representing the award, if available.
      - `url` string, nullable — The URL for more information about the award, if available.
      - `issued-by` string — The individual or organization that issued the award.
    - `links` SelfLink
      - `self` string
    - `relationships` InlineResponse20021DataRelationships[]
      - `user` InlineResponse20021DataUser
        - `data` InlineResponse20021DataUserData
          - `id` string — The ID of the user associated with the award.
          - `type` string — The type of the user resource.

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
