cURL
curl --request GET \ --url https://api.smartmove.eu/m2m/api/v1/fleets/blobs/{uuid}/download \ --header 'Authorization: Bearer <token>' \ --header 'blobAccess: <blobaccess>'
{ "type": "download", "uuid": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "url": "http://download-link.com/example" }
Fetch the download link of the specified file (BLOB)
The access token received from the authorization server in the OAuth 2.0 flow.
The BLOB's secret
The UUID of the file's corresponding BLOB
The BLOB download link
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
"http://example.com/aeiou"
Show child attributes
download
upload