Dear community,
We are pleased to announce the release of a new of APIs in the B2B channel.
Document Management
This API makes it possible to upload and download documents from a Document Management System (DMS).
This new API contains 3 endpoints:
- POST /document-stores/documents : Upload a document
- GET /document-stores/{dmsId}/documents/{docId} : Retrieve the metadata of a document saved in the DMS.
- GET /document-stores/{dmsId}/documents/{docId}/content : Retrieve a document saved in the DMS