You can connect to the gateway API using the following configuration:
| Address | Protocol | Port |
|---|
| /api/v1 | http | 80 (default) |
| /api/v1 | https | 443 (default) |
The base address shows the version of the API and does not need any authentication. This means you can access it through your browser at the address http://lorix-one-xxxxxx.local/api/v1:

The other routes need authentication to be accessed and are therefore not simply accessible through a browser.