cURL
curl --request GET \ --url https://api.smartmove.eu/m2m/api/v1/fleets/blobs/{uuid}/upload \ --header 'Authorization: Bearer <token>' \ --header 'blobAccess: <blobaccess>'
{ "type": "upload", "uuid": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "url": "http://upload-link.com/example" }
Fetch the upload 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 upload link
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
"http://example.com/aeiou"
Show child attributes
download
upload