cURL
curl --request POST \ --url https://cases.platform.arb.inc/service-of-notice/email/send \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "email": "user@example.com" } '
"Service email sent successfully"
Sends service of notice to a respondent via email. The email will include case details and instructions for responding.
access token
"2025-08-00292"
"user@example.com"
Successfully sent service email
The response is of type string.
string