Authorization

Logging in!

Upon opening the Swagger Docs page in the browser, you should see the Authorize button on the top right:

Clicking the Authorize button

Recall that we had set the API key in the server-config.toml file while starting the Docker. You will need to enter that API key after clicking the Authorize button:

Entering the API Key and clicking Authorize

Now we can use the Swagger Docs page to interact with the API.

Last updated