get https://app.docsumo.com/api/v1/mew/documents/types/
Retrieves a list of document types currently enabled for your account.
This API retrieves a list of document types enabled for your account.
The response contains a nested structure:
- The root object is
data. - Inside
data, you will find an array calleddocument. - Each item in
documentrepresents a document type configuration, and contains a field calleddoc_type.
The doc_type field is the unique identifier (ID) for each document type.
You will need to reference this doc_type ID when performing actions such as uploading documents or configuring workflows.
