Skip to main content
GET
Get download url for an invoice

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

matterId
string
required
invoiceId
string
required

Response

When request is successful. Returns an 'InvoiceFileInfo' object.

invoiceId
string | null

Unique identifier of the requested invoice

Example:

"b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"

versionId
string | null

Unique identifier of the invoice version

Example:

"b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"

downloadUrl
string | null

Link to download file

Example:

""

expiry
string<date-time>

Expiry date/time when the download link is no longer accessible

Example:

"2022-04-23T14:30:00Z"

status
string | null

Current status of the invoice

Example:

"Draft"