Skip to main content
POST
/
cases
/
create
Create a case
curl --request POST \
  --url https://api.platform.arb.inc/cases/create \
  --header 'Authorization: Bearer <token>'
{
  "caseID": "2025-08-00292",
  "title": "Case 2025-08-00292"
}

Authorizations

Authorization
string
header
required

access token

Response

Case successfully created.

caseID
string

Unique ID of the new case.

Example:

"2025-08-00292"

title
string

Short title for the case.

Example:

"Case 2025-08-00292"