📘

Use the hub_url received in the registration response as your base URL.

📘

This API requires the device to authenticate, see Device Authentication.

Xyte allows manufacturers to attach various types of files to different device models (firmware, manuals, etc.). Using this API, a device can get information about all the files attached to its model by the manufacturer.

Return Data

Array of objects with the following definition:

NameTypeDescription
idstringUnique ID
namestringFile names
urlstringFile's URL
descstringDescription
file_typestringType/category
versionstringVersion
created_atdatetimeCreation date
public_notesstringPublic notes uploaded by the manufacturer

❗️

When uploading firmware files on the partner's side, the version must be in SemVer format. Non-firmware files and files directly uploaded by organizations do not have this requirement.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!