Version: 1.0
Device APIs
To access these APIs, two headers must be included in the request: Auth-mode (set to key) and Authorization (set to your <CONNECTION-KEY>). Detailed descriptions for these headers are provided below.
Authentication
- API Key: Auth-mode
- API Key: Authorization
The authentication mode. Must be set to key (for connection key authentication) or tls (for TLS client certificate authentication).
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Auth-mode |
This header contains the node connection key (e.g., <CONNECTION-KEY>). It is mandatory only if Auth-mode is set to key. For TLS authentication, this header is ignored.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Authorization |