---
title: "Get A Specific User Degree"
method: GET
path: "/api/v2/degrees/{id}"
tags: ["Degrees"]
---

# Get A Specific User Degree

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

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

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse20019
  - `data` InlineResponse20019Data
    - `type` string — The type of resource.
    - `id` string — Unique identifier for the degree.
    - `attributes` InlineResponse20019DataAttributes
      - `created-at` string, date-time — The timestamp when the degree was created.
      - `external-id` string, nullable — An external identifier for the degree, if applicable.
      - `title` string — The title of the degree.
      - `graduated-at` string, date-time — The graduation date.
      - `image-url` string — The path or URL to an image representing the degree.
      - `url` string, uri — A URL with additional details about the degree or award.
      - `college` string — The name of the college where the degree was obtained.
      - `degree` string, nullable — The type of degree (e.g., Masters, Bachelors).
      - `grade-point-average` number, float, nullable — The GPA associated with the degree.
      - `country` string, nullable — The country where the degree was earned, if applicable.
      - `outside-us` boolean, nullable — Indicates whether the degree was earned outside the United States.
    - `links` SelfLink
      - `self` string
    - `relationships` InlineResponse20019DataRelationships[]
      - `user` InlineResponse20019DataUser
        - `data` InlineResponse20019DataUserData
          - `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/versions/4a22b709515c/schema)
