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-08-00292" } '
{ "code": "abc123xyz" }
Creates a code for manual service of notice delivery. The code can be shared with the respondent for self-attestation.
access token
"2025-08-00292"
Successfully created service code
"abc123xyz"