cURL
curl --request POST \ --url https://cases.platform.arb.inc/service-of-notice/codes/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-09-00123" } '
{ "code": "4YP-997-FWH", "url": "https://cases.arb.inc/respond" }
Makes a short code so a respondent can join a case.
access token
The ID of the case to create a code for.
"2025-09-00123"
Code successfully created.
The join code the respondent must enter.
"4YP-997-FWH"
URL where the respondent should go to enter the code.
"https://cases.arb.inc/respond"