---
title: "Get a Talent Certificate"
method: GET
path: "/v1/talent/certificate/{certificateId}"
tags: ["Talent"]
---

# Get a Talent Certificate

`GET /v1/talent/certificate/{certificateId}`

Returns a talent certificate.

## Path parameters

- `certificateId` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

The talent certificate.

- TalentCertificate
  - `id` integer — The unique identifier for the talent certificate instance. Matches the *certificateId* provided in the request path.
  - `certificateId` integer — The identifier for the certificate definition associated with the talent certificate.
  - `categoryId` integer — The identifier for the certificate category.
  - `applicantId` integer — The identifier for the talent who holds the certificate.
  - `issueDate` string, date-time — The date the certficate was issued. The field follows the YYYY-MM-DDTHH:mm:ss format, for example, 2024-12-01T14:30:00 or 2024-12-01T00:00:00.
  - `expirationDate` string, date-time — The date the certificate is set to expire. The field follows the YYYY-MM-DDTHH:mm:ss format, for example, 2024-12-01T14:30:00 or 2024-12-01T00:00:00.
  - `notes` string — Additional notes related to the talent certificate.
  - `validated` boolean — An indication of whether the certificate has been validated or not.
  - `validatedDate` string, date-time — The date and time the certificate was validated. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.
  - `validatedBy` integer — The identifier for the user that has validated the certificate of the talent.
  - `archived` boolean — An indication of whether the certificate is archived or not.
  - `archiveDate` string, date-time — The date the certificate was set to archived. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats and also supports fractional seconds, such as YYYY-MM-DDTHH:mm:ss.sss. For example, 2024-12-01, 2024-12-01T14:30:00, and 2024-12-01T14:30:00.546.
  - `certificateNumber` string — The official number or reference assigned to the certificate.
  - `certificateName` string — The name of the certificate.
  - `categoryName` string — The name of the category the certificate belongs to.
  - `talentFirstName` string — The first name of the talent the certificate was issued to.
  - `talentLastName` string — The last name of the talent the certificate was issued to.
  - `certificateAuthorityId` integer — The identifier for the authority that issued the certificate.
  - `certificateAuthorityName` string — The name of the authority that issued the certificate.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
