Skip to content

How to get a API Key for Homepage integration #176

Closed Answered by MDeLuise
hunkyn asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
you first need to authenticate in order to create the API Key.
This is the all process:

  • go to http://192.168.30.9:9080/api/swagger-ui/index.html
  • get the jwt token calling the POST /authentication/login with your credentials
  • set the jwt token in swagger for the next calls (use the "authorize" button at the top)
  • create the new api key calling POST /api-key optionally passing a name for the key

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.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by hunkyn
Comment options

You must be logged in to vote
1 reply
@MDeLuise
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants