Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. First you must authorize yourself

Image Added


2. We use OAuth2 authorization type (select all scopes)

Image Added


3. Make SSO login if necessary

Image Added

4. Close the OAuth2 dialog and continue executing API calls from Swagger UI, this works until you make explicit logout

Image Added


5. Expand the appropriate API endpoint and click "Try it out"

Image Added


6. You do not need to fill the Authorization header value manually, Swagger will do it automatically for you. Just fill optional query parameters if any, but you don't have to fill the Authorization header field. Click "Execute"

Image Added


7. Observe the generated Curl command (you can see that the Authorization header is there) and observe the server response

Image Added