---
title: "List document types"
method: GET
path: "/document-types"
tags: ["Account"]
---

# List document types

`GET /document-types`

<small>Requires an API token with one of the following roles: **Document Manager** or **Metadata Manager**.</small>

Lists the [document types](/#document-types) available in your account, including fynk's system-provided types
and any custom types defined for your account.

Use the returned `uuid` values when populating `relevant_document_type_uuids` on a [metadata](/#metadata) field
definition.

## Response `200`

Array of `DocumentTypeResource`

- object
  - `data` DocumentTypeResource[], required
    - `uuid` string, required
    - `name` string, nullable, required

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error

---

[API](https://skmtc.dev/fynk/apis/fynk-api-reference.md) · [All operations](https://skmtc.dev/fynk/apis/fynk-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fynk/fynk-api-reference/revisions/9657a6757f59/schema)
