API access

The API has an Open API specification which is available at https://iotsimhub.net/api/openapi

The API has been designed so that each user can create their own token. This allows per user auditing.

In order to use the API, you must first sign in. If you are are successful, a token will be returned that can be used on all subsequent API calls.

The API is separated into two logical areas:

  • Management API
  • Device API

Management API

This API is designed for a test system to interact with the site. It allows Enumeration and control of all devices defined with you organisation.

Device API

This API is designed to be used by the unit under test. It provides access to registers within a device only

Section contents