---
title: "Get a certification by ID"
method: GET
path: "/api/v1/certifications/{certificationId}"
tags: ["certification"]
---

# Get a certification by ID

`GET /api/v1/certifications/{certificationId}`

## Path parameters

- `certificationId` string, uuid, required

## Response `201`

- CertificationsFindOneResponseDTO
  - `certificationDate` string, date-time, required — The date when the certification was earned.
  - `id` string, uuid, required — The unique identifier for the certification.
  - `trackReferenceId` string, required — The unique identifier for the track.
  - `trackTitle` string, required — The title of the track.
  - `userId` string, uuid, required — The unique identifier for the user who earned the certification.

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
