We're delighted to present you with the comprehensive API documentation for PEAX. This all-in-one workspace for API design offers you a clear, concise, and interactive exploration of our API functionalities.
Authorization: Bearer ********************
curl --location --request GET 'https://proxy-stage.peax.ch/document-partner-service/agent-api/v1/sources//accounts//documents/inventory?from&to&page=&size=&sort=' \ --header 'Authorization: Bearer {{JWT}}'
{ "data": [ { "documentId": "4704590c-004e-410d-adf7-acb7ca0a7052", "updatedAt": "2019-08-24T14:15:22Z" } ], "paging": { "pageNo": 0, "pageSize": 0, "totalCount": 0, "totalPages": 0 } }