cURL
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"
Lets an anonymous user register to get alerts for a case.
The ID for the push subscription to send alerts to.
"sub_1234567890abcdef"
The invite code that links the case.
"ABC-DEF-GHI"
User successfully registered for alerts.
The response is of type string.
string