Skip to main content
POST
/
register
/
response-portal
Register response portal alerts
curl --request POST \
  --url https://alerts.platform.arb.inc/register/response-portal \
  --header 'Content-Type: application/json' \
  --data '
{
  "pushSubscriptionID": "sub_1234567890abcdef",
  "caseInviteCode": "ABC-DEF-GHI"
}
'
"Successfully registered"

Body

application/json
pushSubscriptionID
string
required

The ID for the push subscription to send alerts to.

Example:

"sub_1234567890abcdef"

caseInviteCode
string
required

The invite code that links the case.

Example:

"ABC-DEF-GHI"

Response

200 - text/plain

User successfully registered for alerts.

The response is of type string.

Example:

"Successfully registered"