Modern Treasury · Capability
Modern Treasury — Document
Modern Treasury — Document. 8 operations. Lead operation: list documents. Self-contained Naftiko capability covering one Modern Treasury business surface.
What You Can Do
GET
Listdocuments
— list documents
/v1/api/documents
POST
Createdocument
— create document
/v1/api/documents
GET
Getdocument
— get document
/v1/api/documents/{id}
GET
Downloaddocument
— download document
/v1/api/documents/{id}/download
GET
Listdocumentsnested
— list documents - nested path (legacy)
/v1/api/{documentable-type}/{documentable-id}/documents
POST
Createdocumentnested
— create document - nested path (legacy)
/v1/api/{documentable-type}/{documentable-id}/documents
GET
Getdocumentnested
— get document - nested path (legacy)
/v1/api/{documentable-type}/{documentable-id}/documents/{id}
GET
Downloaddocumentnested
— download document - nested path (legacy)
/v1/api/{documentable-type}/{documentable-id}/documents/{id}/download
MCP Tools
list-documents
list documents
read-only
idempotent
create-document
create document
get-document
get document
read-only
idempotent
download-document
download document
read-only
idempotent
list-documents-nested-path-legacy
list documents - nested path (legacy)
read-only
idempotent
create-document-nested-path-legacy
create document - nested path (legacy)
get-document-nested-path-legacy
get document - nested path (legacy)
read-only
idempotent
download-document-nested-path-legacy
download document - nested path (legacy)
read-only
idempotent