v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Document Types

Create a document type

Create a new document type in the specified organization.

post/v3/document_types

Request body

namestring required

The name of the document type.

descriptionstring nullable

A description of the document type.

organizationstring required

The identifier of the organization this document type belongs to.

Response

Document type created successfully

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