Skip to content
.seventhings.com

Prefill your credentials

Fill in your non-secret values to have them appear in the examples below. Stored locally in your browser.

Get a file resource data

GET
/customer-api/v1/file/{fileUuid}/data
curl --request GET \
--url https://your-instance.seventhings.com/customer-api/v1/file/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/data \
--header 'Authorization: Bearer <token>'

Get a file resource data

fileUuid
required
string format: uuid

The file resource data

Media typeapplication/octet-stream
string format: binary

Access token is missing or invalid.

You are not permitted to perform the requested operation.

The requested resource could not be found.

The requested resource representation has no acceptable format.

Internal Server Error.