Upload case attachment

View as MarkdownOpen in Claude
Uploads a file to a case as multipart form data. The maximum size is 25 MiB, and the content type must be an allowed type such as PDF, PNG, JPEG, CSV, XLSX, DOCX, or plain text. Available to both Platform and Enterprise Partners.

Path parameters

caseUuidstringRequiredformat: "uuid"
The case's UUID.

Request

This endpoint expects a multipart form containing a file.
filefileRequired
The file to upload.

Response

The uploaded attachment
uuidstringformat: "uuid"
The attachment's identifier.
caseUuidstringformat: "uuid"
The case the attachment belongs to.
fileTypestring
The file's content type.
filenamestring
The file's name.
fileUrlstring
A reference to the stored file.
uploadedAtdatetime
When the file was uploaded.
uploadedBystring
The id of the user who uploaded the file.
uploadedByUserobject or null
The resolved user who uploaded the file. Null when not enriched.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error