Comment on page
🔑
API keys
This page provides a description of the available API routes for managing API keys.
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
.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
Last modified 3mo ago