cURL
curl --request POST \ --url https://cases.platform.arb.inc/invites/accept \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "a1b2c3d4" } '
{ "caseID": "2025-09-000123" }
Takes a code and accepts an invite for the signed-in user to join a case.
access token
The invite code to use. Non-letters/numbers are ignored and it is lowercased.
"a1b2c3d4"
Invite accepted.
The ID of the case the user was added to.
"2025-09-000123"