cURL
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" }
Retrieves download details for a specified invoice.
When request is successful. Returns a 'InvoiceFileInfo' object.
The response is of type object.
object