Authorizing with API Key in Swagger

  1. Authenticate using the Password Flow first.
  2. Generate an API Key by making a POST request to the endpoint /api/v1/api-key.
  3. Once you have your API Key:
    Click the Authorize button in Swagger.
    Enter your API Key in the value field.
    Click Authorize to authenticate.

Now you can start making API requests using the API Key!