v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Document Types

Get a document type

Returns the details of a specific document type.

get/v3/document_types/{identifier}

Path parameters

identifierstring required

Document type 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"
}