Skip to main content
GET
/
api
/
v1
/
fleets
/
blobs
/
{uuid}
/
download
Get a file download link
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"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

blobAccess
string
required

The BLOB's secret

Path Parameters

uuid
string
required

The UUID of the file's corresponding BLOB

Response

The BLOB download link

uuid
string<uuid>
required
Example:

"046b6c7f-0b8a-43b9-b35d-6489e6daee91"

url
string<url>
required
Example:

"http://example.com/aeiou"

headers
object
type
enum<string>
Available options:
download,
upload