cURL
curl --request POST \ --url https://cases.platform.arb.inc/service-of-notice/mailings/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-09-00123" } '
{ "mailings": [ { "id": "e7f6d4d1-9c7a-4c20-9d18-bb3a2c9b8b10", "created": "2025-09-15T14:32:10Z", "mailType": "sealedMailer", "status": "Waiting to be printed and prepared for delivery.", "recipient": { "name": "Jane Doe", "address": "123 Main St", "address2": "Apt 4B", "city": "Springfield", "state": "IL", "zipcode": "62704" } } ] }
Returns the mailings tied to a case in a simple way.
access token
Case to get the mailings for.
1 - 50
"2025-09-00123"
Mailings successfully retrieved.
List of mailings in the response.
Show child attributes
Unique mailing identifier.
"e7f6d4d1-9c7a-4c20-9d18-bb3a2c9b8b10"
When the mailing was created.
"2025-09-15T14:32:10Z"
Type of mailing.
"sealedMailer"
Current status of the mailing.
"Waiting to be printed and prepared for delivery."
Recipient details.
Recipient's full name.
"Jane Doe"
Primary street address.
"123 Main St"
Secondary address line.
"Apt 4B"
City.
"Springfield"
State or province.
"IL"
Postal/ZIP code.
"62704"