# Swagger UI for API Deployments

Astera lets the user view their API deployments in a Swagger UI from the deployment section of the Server Browser.

For our use case, we already have deployments created, as evident in the Server Browser panel:

<figure><img src="https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FX1DcAAZVeuH7tX8joOFn%2F01-Deployment.PNG?alt=media&#x26;token=42bd6cd1-fd33-4688-8a00-b83069a8b620" alt=""><figcaption></figcaption></figure>

1. To view the swagger options, right-click on the deployment node and hover over *Swagger Options*.

<figure><img src="https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FzGgs64l3zysyHuLSm7Ng%2F02-Options.PNG?alt=media&#x26;token=d2d593dd-7cda-4585-9db0-cf4bfa04585a" alt=""><figcaption></figcaption></figure>

2. Selecting *View Swagger UI* is going to present us with a new window where we can see Swagger for our deployed APIs.

The user can authorize, test, copy the response layout, and do a lot more within this UI.

{% hint style="info" %}
**Note:** For deployments made on the local server, users would need to install the machine name certificate of the client to the server directory separately, to be able to test APIs from the Swagger UI.
{% endhint %}

<figure><img src="https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FLcx8X91yqQsG4vFtCIcb%2F03-UI.PNG?alt=media&#x26;token=f7a85c11-8163-4353-ab69-c69782445bb7" alt=""><figcaption></figcaption></figure>

You can expand each endpoint to view its details and you can also provide authorization for when consuming these endpoints.

<figure><img src="https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FmV29AtDsunaKmEvkqLFJ%2F04-MoreUI.PNG?alt=media&#x26;token=f6917a22-2668-4b1c-b216-f6c210e931a8" alt=""><figcaption></figcaption></figure>

This concludes working with the Swagger UI feature in Astera.
