cURL
curl --request POST \ --url https://cases.platform.arb.inc/service-of-notice/attachments/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00292", "url": "https://example.com/settlement" } '
{ "attachmentID": "2720f109-0caf-4c62-af22-5d08c853711c" }
Creates a webpage screenshot attachment to include with a service of notice mailing.
access token
"2025-08-00292"
"https://example.com/settlement"
Successfully created attachment
"2720f109-0caf-4c62-af22-5d08c853711c"