v1

latestOpenAPI 3.0.42026-08-042281222.0 KB
Cases

Upload a file to a case. Optionally posts a system chat message to notify the collection partner.

Uploads a file and associates it with a case owned by one of the referral partner's clients.

File requirements:

  • Maximum file size: 25 MB
  • Allowed types: PDF, Excel (.xls, .xlsx), CSV, Text (.txt), Images (.jpg, .jpeg, .png, .gif)

When sendChatNotification is true (default), a system message is posted on the case chat to notify the collection partner that a new file was uploaded.

post/cases/{caseId}/files

Path parameters

caseIdstring uuid required

Query parameters

sendChatNotificationboolean

Headers

Idempotency-Keystring

Optional idempotency key (max 255 characters) for safely retrying this request. If a previous request used the same key with an identical body, the original terminal response is replayed verbatim. Reusing the key with a different body returns 422 with Type: "IdempotencyConflict". Field-level 400 validation errors are not stored, so you may fix the request and retry with the same key.

Response

File uploaded successfully