This is the documentation for the latest (main) development branch of the Infuse-IoT platform. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

REST API

The purpose of the Infuse-IoT REST API is to perform device management tasks, including but not limited to:

  • Device provisioning

  • Device state querying & control

  • Command queue & query

  • Encryption key derivation

These actions are triggered on an as-needed basis by customer automated scripts, CLI tools, or cloud backends.

The source of truth for the Infuse-IoT REST API is the OpenAPI schema, which is available on our hosted API docs, together with a client for testing requests.

Authentication

Authentication to the Infuse-IoT cloud REST API is done through a JWT Bearer Token.