API REFERENCE

Documents API

Documents are the files and records stored across your AlgaPSA instance. This API is read-only: use it to list documents so an integration can browse and reference them.

List documents

GET /documents returns the documents in your instance. There are no write operations here; documents are uploaded and associated through the resources they belong to, such as the asset and ticket APIs.

Endpoints

Every endpoint links through to its full parameters, request and response schemas, and code samples.

GET/api/v1/documentsAlgaPSAGET v1