cURL
curl --request POST \ --url https://cases.platform.arb.inc/invites/docket/pdf \ --header 'Content-Type: application/json' \ --data ' { "code": "ab12cd34ef56", "entryID": "21" } '
{ "url": "https://files.example.com/dockets/5e9b8f1a.pdf?sig=xyz&exp=1699999999", "validForSeconds": 600 }
Returns a short-lived URL to download a docket entry PDF using an invite code.
Invite code used to access the docket entry.
"ab12cd34ef56"
Unique ID of the docket entry whose PDF link is requested.
"21"
Temporary link successfully created.
The signed URL to download the PDF.
"https://files.example.com/dockets/5e9b8f1a.pdf?sig=xyz&exp=1699999999"
Number of seconds the URL will remain valid.
600