cURL
curl --request POST \ --url https://cases.platform.arb.inc/service-of-notice/mailings/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "mailTypeID": "certified_mail", "address": { "line1": "123 Main St", "line2": "Apt 4", "city": "Springfield", "state": "IL", "zip": "62701" } } '
{ "mailingID": "2720f109-0caf-4c62-af22-5d08c853711c" }
Creates a mailing to deliver service of notice to a respondent via postal mail. The mailing will be processed and sent by the postal service.
access token
"2025-08-00292"
"certified_mail"
Show child attributes
Successfully created mailing
"2720f109-0caf-4c62-af22-5d08c853711c"