API Documentation
-
Is there any documentation the API? Plus, is there ever only one API key? I would like to experiment with pulling PC information into my own internal software.
-
You can view the swagger UI from your server on port 8080/swagger
You can also check some old CloneDeploy docs. It is similar.
-
@theopenem_admin whiletesting the API via swagger , there is a prompt of username and password
enterning the webui username and password result in fail authencationHow can i get username and password for API
-
Where is there a prompt for username and password in Swagger? You need to first get a token from /Token/Get. You would use the username and password for webui to get the token.