Swagger Console

Swagger console is used to execute APIs.

Swagger Console

Purpose To execute APIs from console
Console URL https://<API URL>:<API Port>/swagger
Figure 1. API’s Reference

  • Authorize Swagger: To authorize swagger, we need valid API user credentials. To authorize, click on Authorize button, a pop-up will be opened. Enter the API user credentials.
Figure 2. API Authorization

  • Once valid API user details are entered, it gives below response:
Figure 3. Authorization Response

Now users can execute the available APIs by giving the proper input fields which will give the corresponding output.