cURL
curl --request GET \ --url https://api.smartmove.eu/m2m/api/v1/fleets/blobs/{uuid}/info \ --header 'Authorization: Bearer <token>' \ --header 'blobAccess: <blobaccess>'
{ "mimeType": "<string>", "filesize": 123, "md5hash": "<string>", "created": "2025-10-07T10:24:41.143Z", "accessed": "2025-10-07T10:24:41.143Z", "filename": "<string>", "staticUrl": "<string>" }
Fetch the general info about 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 information
"2025-10-07T10:24:41.143Z"