v1
latestOpenAPI 3.1.02026-08-066378446.6 KBAccount
List document types
<small>Requires an API token with one of the following roles: Document Manager or Metadata Manager.</small>
Lists the 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 field definition.
get/document-types
Response
Array of DocumentTypeResource
Example response
{
"data": [
{
"uuid": "58ac52bb-8885-4580-88c1-7a7bc772c87d",
"name": "Vendor Contract"
}
]
}