---
title: "Get Talent Document Types"
method: GET
path: "/v1/talent-document-types"
tags: ["Talent"]
---

# Get Talent Document Types

`GET /v1/talent-document-types`

Returns a list of the available document types that can be uploaded to the talent profile. Talent documents are available on the *Documents* tab of the talent profile.

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

A list of available document types.

- TalentDocTypes[]
  - `documentTypeId` integer — The identifier for the document type.
  - `documentType` string — The type of the document.
  - `isArchived` boolean — An indication of whether the talent document type is archived or not.

## 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.dev/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.dev/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
