cURL
curl --request POST \ --url https://cases.platform.arb.inc/internal/case-for-invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "abc123xyz" } '
{ "caseID": "2025-08-00292", "title": "ARB Case 2025-08-00292" }
Returns case information associated with an invite code. Requires cases.case.viewer permission.
access token
"abc123xyz"
Successfully retrieved case for invite
"2025-08-00292"
"ARB Case 2025-08-00292"