---
title: "Get All User Awards"
method: GET
path: "/api/v2/awards"
tags: ["Awards"]
---

# Get All User Awards

`GET /api/v2/awards`

This endpoint retrieves all awards for the current organization. <h3>Required Scope</h3>`awards:read` or `awards:write`

## Query parameters

- `next` string
- `limit` integer

## Response `200`

Success

- InlineResponse20020
  - `links` SelfLink
    - `self` string
  - `data` InlineResponse20020Data[]
    - `type` string — The type of resource.
    - `id` string — Unique identifier for the award.
    - `attributes` InlineResponse20020Attributes
      - `created-at` string, date-time — The timestamp when the award was created.
      - `title` string — The title of the award.
      - `awarded-at` string, date-time — The date when the award was given.
      - `image-url` string — The path or URL to an image representing the award.
      - `url` string, uri — A URL with additional details about the award.
      - `issued-by` string — The organization or individual that issued the award.
    - `links` SelfLink
      - `self` string
    - `relationships` InlineResponse20020Relationships[]
      - `user` InlineResponse20020User
        - `data` InlineResponse20020UserData
          - `id` string — The unique identifier of the related user.
          - `type` string — The type of the related 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)
