cURL
curl --request POST \ --url https://cases.platform.arb.inc/service-of-notice/mailings/preview \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "mailingID": "2720f109-0caf-4c62-af22-5d08c853711c" } '
{ "url": "https://storage.googleapis.com/temp-storage.arb.inc/previews/2720f109-0caf-4c62-af22-5d08c853711c.pdf?X-Goog-Signature=...", "validForSeconds": 3600 }
Generates a preview PDF of the mailing content including all attachments before sending. Allows verification of formatting and content.
access token
"2025-08-00292"
"2720f109-0caf-4c62-af22-5d08c853711c"
Successfully generated preview
"https://storage.googleapis.com/temp-storage.arb.inc/previews/2720f109-0caf-4c62-af22-5d08c853711c.pdf?X-Goog-Signature=..."
3600