Links
Comment on page
🔑

API keys

This page provides a description of the available API routes for managing API keys.
API key used in HMAC authenticaton scheme and is represented by ApiKey class.
To enable API key usage, the API key must be activated by setting the isActive field to true. Once the API key is authorized on the server, the request will be executed within the context of the user specified by their userName, operating on the device specified by the deviceName.

API methods

get
http://{server-address}
/apikeys
Get API keys
get
http://{server-address}
/apikeys/{id}
Get API key
post
http://{server-address}
/apikeys
Create API key
put
http://{server-address}
/apikeys/{id}
Create or update API key
delete
http://{server-address}
/apikeys/{id}
Delete API key