API summary

See the API's various operations for details on their request parameters and response data.

You can also run this API with a Postman collection.

Run in Postman

OperationMethodEndpoint
Accounts
List available accountsGET/accounts-with-categories
Cases
List casesGET/cases
Create a new casePOST/cases
Get a caseGET/cases/​{caseId}
Update contact detailsPATCH/cases/​{caseId}
List attached filesGET/cases/​{caseId}/​attachments
Attach a filePOST/cases/​{caseId}/​attachments
Get the status of an attachment uploadGET/cases/​{caseId}/​attachments/​status/​{uploadId}
Get an attached fileGET/cases/​{caseId}/​attachments/​{attachmentId}
List commentsGET/cases/​{caseId}/​comments
Comment a casePOST/cases/​{caseId}/​comments
Close a casePOST/cases/​{caseId}/​request-case-closure
Categories
Get a case categoryGET/categories/​{categoryId}