API overview

The API of the licensing server is accessible on the 5002 port and allows you, given you are authentified, to interact with the system the same way the administration frontend does it. This way, you can use it with your own tools.

Routes summary

  • /api/devices

POST
PUT
PATCH
DELETE

  • /api/clients

POST
PUT
PATCH
DELETE

  • /api/filters

GET

  • /api/logs

POST

  • /api/users

GET
POST
PATCH
DELETE


Table of contents