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 |
- 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.
- Once valid API user details are entered, it gives below response:
Now users can execute the available APIs by giving the proper input fields which will give the corresponding output.