Comments API
GET/api/v1/comments
Product availabilityAlgaPSAAlgaDesk

Comments API namespace root

Namespace root with no resource of its own — it returns 404. Comments are accessed per ticket: /api/v1/tickets/{id}/comments and its sub-paths.

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.