GET
/
matters
/
{matterId}
/
invoices
/
{invoiceId}
/
download
curl --request GET \
  --url https://api.smokeball.com/matters/{matterId}/invoices/{invoiceId}/download \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "invoiceId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "versionId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "downloadUrl": "",
  "expiry": "2022-04-23T14:30:00Z",
  "status": "Draft"
}

Authorizations

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

Path Parameters

matterId
string
required
invoiceId
string
required

Response

200
application/json

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

The response is of type object.