---
title: "Get a Specific Certificate"
method: GET
path: "/api/v2/certificates/{id}"
tags: ["Certificate"]
---

# Get a Specific Certificate

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

This endpoint retrieves a specific certificate. <h3>Required Scope</h3>`certificates:read` or `certificates:write`

## Path parameters

- `id` string, required

## Response `200`

Success

- DetailedCertificate
  - `data` ListedCertificateData1
    - `type` string
    - `id` string
    - `attributes` ListedCertificateAttributes1
      - `title` string, nullable — The title of the certificate.
      - `started-at` string, date-time, nullable — Date when the certificate was issued. (UTC)
      - `completed-at` string, date-time, nullable — Date when the certificate expires. (UTC)
      - `url` string, nullable — Url of the certificate or issuer.
      - `issued-by` string, nullable — Institution that issued the certification.
      - `certificate-number` string, nullable — Certification number from the certifying institution.
    - `links` SelfLink
      - `self` string
    - `relationships` UserRelationshipsInner[]
      - `user` UserRelationshipsInnerUser
        - `data` UserRelationshipData
          - `id` string, nullable
          - `type` string, nullable

---

[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)
