Documents API
GET/api/v1/documents
Product availabilityAlgaPSA

Documents API namespace root

Namespace root with no resource of its own — it returns 404. Documents are accessed per parent entity, e.g. /api/v1/tickets/{id}/documents.

Response body

Success response 401 · schema ErrorResponse

errorobjectRequired
codestringRequired
messagestringRequired
detailsany

Response codes

401
API key missing/invalid.
404
Always — this root has no resource; call a sub-resource path.