---
title: "Add a Certification"
method: POST
path: "/v1/talent/{talentId}/certification"
tags: ["Talent"]
---

# Add a Certification

`POST /v1/talent/{talentId}/certification`

Adds a certification tag or a custom tag the company would like to use for the specified talent record. Added tag is displayed on the *Certificates* tab of the talent profile page.

## Path parameters

- `talentId` 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

## Request body

- TalentCertification
  - `id` integer — The identifier for the talent Certification Tag.
  - `talentId` integer, required — The identifier for the talent.
  - `certificationId` integer — The identifier for the Certification option.
  - `certificationName` string, required — The name of the Certification option.
  - `expirationDate` string, date-time — The expiration date of the Certification Tag. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats, for example, 2026-12-01 or 2026-12-01T00:00:00.

## Response `201`

The newly created certification tag.

- TalentCertification
  - `id` integer — The identifier for the talent Certification Tag.
  - `talentId` integer, required — The identifier for the talent.
  - `certificationId` integer — The identifier for the Certification option.
  - `certificationName` string, required — The name of the Certification option.
  - `expirationDate` string, date-time — The expiration date of the Certification Tag. The field follows the YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss formats, for example, 2026-12-01 or 2026-12-01T00:00:00.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `409` — Operation could not be completed due to conflict.
- `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/versions/846b33e4e71b/schema)
