cURL
curl --request POST \ --url https://cases.platform.arb.inc/invites/accept \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "abc123xyz" } '
{ "caseID": "2025-08-00292" }
Accepts an invitation to join a case as a participant. The authenticated user will be added to the case with the appropriate party role.
access token
Invite code
"abc123xyz"
Successfully accepted invite
"2025-08-00292"