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

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 information

mimeType
string
required
filesize
integer
required
md5hash
string
required
created
string<date-time>
required
Example:

"2025-10-07T10:24:41.143Z"

accessed
string<date-time>
required
Example:

"2025-10-07T10:24:41.143Z"

filename
string
staticUrl
string