cURL
withRuleset
curl --request POST \ --url https://cases.platform.arb.inc/cases/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ruleset": "customRules" } '
{ "caseID": "2025-08-00292", "title": "Case 2025-08-00292" }
Makes a case for the user.
access token
Optional parameters for case creation.
Optional ruleset identifier to use for this case. If not provided, defaults to "default".
1 - 50
"default"
Case successfully created.
Unique ID of the new case.
"2025-08-00292"
Short title for the case.
"Case 2025-08-00292"