-
Hello, I am following the documentation to get an API Key to integrate with homepage and based on that I went to this url http://192.168.30.9:9080/api/swagger-ui/index.html and using the option to get a new key but i keep getting a 403 error. I understand i have to authorize but what is the password for that? Is that the password i use to login or the password of the database or something else? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi,
I realize that it would be useful to have the possibility of managing the API key directly from the app. I will implement this feature soon. |
Beta Was this translation helpful? Give feedback.
-
Got it and I was able to setup. Is it possible to add it to the documentation in the meantime? Happy to help update the documentation as well if needed. |
Beta Was this translation helpful? Give feedback.
Hi,
you first need to authenticate in order to create the API Key.
This is the all process:
http://192.168.30.9:9080/api/swagger-ui/index.html
POST /authentication/login
with your credentialsPOST /api-key
optionally passing a name for the keyI realize that it would be useful to have the possibility of managing the API key directly from the app. I will implement this feature soon.