Use Swagger in a local development instance
Listenarr mounts Swagger only when the app runs in Development. By default the API listens on port 4545, unless you override it with --urls, so the built-in Swagger UI is usually available at /swagger/ on that same origin.
Normal installed or production-style instances do not expose /swagger/ by default.
http://localhost:4545/swagger/
http://<listenarr-host>:4545/swagger/
http://<listenarr-host>:<custom-port>/swagger/