Skip to main content
POST
/
cases
/
export
Export a case as a ZIP
curl --request POST \
  --url https://cases.platform.arb.inc/cases/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseID": "2025-11-00123"
}
'
"<string>"

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseID
string
required

Case identifier to export.

Required string length: 1 - 50
Example:

"2025-11-00123"

Response

ZIP stream of the exported case.

The response is of type file.