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": "INVITE123" } '
{ "overview": { "id": "<string>", "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z", "createdByUserID": "<string>", "createdByOrgID": "<string>", "phaseID": "<string>", "title": "<string>", "canSubmitEvidence": true, "claimantName": "<string>", "respondentName": "<string>", "isCaseClosed": true }, "participants": [ { "created": "2023-11-07T05:31:56Z", "userID": "<string>", "organizationID": "<string>", "firstName": "<string>", "lastName": "<string>", "partyID": "<string>", "isPrimary": true, "isObserver": true } ], "timetable": {}, "settlement": { "phone": "<string>", "email": "<string>", "website": "<string>", "amount": "<string>", "offer": "<string>", "validForDays": 123 } }
Internal endpoint to retrieve case details using an invite code.
access token
Invite code (1–50 chars).
1 - 50
"INVITE123"
Case details found.
Summary information about the case.
Show child attributes
Unique identifier for the case.
The timetable object.