cURL
curl --request GET \ --url https://api.smokeball.com/matters/{matterId}/documents/files/{fileId}/upload \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "fileId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2", "uploadUrl": "", "expiry": "2022-04-23T14:30:00Z" }
Retrieves upload details for a specified matter file.
When request is successful. Returns a 'UploadFileInfo' object.
The response is of type object.
object