Tusflow

Get upload information

Retrieve metadata about an ongoing upload

HEAD
/files/{uploadId}
/files/{uploadId}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

JWT token for authentication

In: header

X-API-Key<token>

Optional API key for authentication

In: header

Path Parameters

uploadId
Required
string

Unique identifier for the upload

curl -X HEAD "https://uploader.tus.api.mpesaflow.com/files/string" \
  -H "Authorization: Bearer <token>"

Upload information retrieved successfully

Edit on GitHub

Last updated on