Version: 1.0
Device APIs
Please note that to access these APIs, two headers needs to be included in the request. Both of this headers are described below
Authentication​
- API Key: Auth-mode
- API Key: Authorization
The value can be either key
or tls
depending on the requirement. If the value is tls
the Authorization header is not mandatory. In case of TLS based authentication priority is given to client certificate and request fails if same can not be verified.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Auth-mode |
This header is mandatory only if Auth-mode
is set to key
and should contain the node connection key. For TLS authentication this header is ignored
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Authorization |