v1

latestOpenAPI 3.0.3MIT2026-08-04143307364.8 KB
Document Types

List document types

Returns a list of document types that the user has access to.

get/v3/document_types

Query parameters

organizationstring

Filter by organization identifier

workspacestring

Filter by workspace identifier

Response

Successful operation

identifierstring required

Uniquely identify a document type.

namestring required

The name of the document type.

descriptionstring nullable

A description of the document type.

ingest_emailstring

The email address that can be used to email documents directly to this document type.

organizationstring required

The identifier of the organization this document type belongs to.

Example response

[
  {
    "identifier": "mEFayXdO"
  }
]