cURL
curl --request POST \ --url https://cases.platform.arb.inc/invites/docket/pdf \ --header 'Content-Type: application/json' \ --data ' { "code": "abc123xyz", "entryID": "1" } '
{ "url": "https://storage.googleapis.com/secure-storage.arb.inc/cases/2025-08-00292/docket/1.pdf?X-Goog-Signature=...", "validForSeconds": 3600 }
Generates a signed URL to download a docket entry PDF using an invite code. Allows viewing documents without authentication.
Invite code
"abc123xyz"
Docket entry identifier
"1"
Successfully generated PDF download URL
"https://storage.googleapis.com/secure-storage.arb.inc/cases/2025-08-00292/docket/1.pdf?X-Goog-Signature=..."
3600