English
cURL
curl --request GET \ --url https://cloud.memsource.com/web/api2/v1/files/{fileUid}
{ "uid": "<string>", "name": "<string>", "size": 123, "type": "<string>" }
Get uploaded file as octet-stream or as json based on ‘Accept’ header
successful operation
Was this page helpful?