Skip to main content
POST
Get a signed PDF URL for a docket entry

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseID
string
required

Unique identifier of the case containing the docket entry (max 36 characters).

Example:

"2025-08-00059"

entryID
string
required

Unique identifier of the docket entry whose PDF URL is requested (max 36 characters).

Example:

"51"

Response

Signed URL successfully generated.

url
string<uri>

Time-limited signed URL for downloading the PDF.

Example:

"https://secure-storage.arb.inc/cases/dockets/2025-08-00059/51.pdf?expires=1734048000&sig=ZXhhbXBsZVNpZw"

validForSeconds
integer

Number of seconds the URL remains valid.

Example:

300