Skip to main content
POST
/
internal
/
case-for-invite
Get case for invite code
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"
}

Authorizations

Authorization
string
header
required

access token

Body

application/json
code
string
required
Example:

"abc123xyz"

Response

200 - application/json

Successfully retrieved case for invite

caseID
string
Example:

"2025-08-00292"

title
string
Example:

"ARB Case 2025-08-00292"