Chapter 3
Location
The REST API is located on a URL in format http://host:port/api when a HTTP web server is enabled and on a URL https://host:port/api when a HTTPS web server is enabled. See [1] for more information about configuration of the server. The default port is 8008 for HTTP an 8009 for HTTPS connections.
A used may immediately start using and interacting with the REST API by typing the proper URL into a web browser.
[Previous] [Back to top] [Up] [Next]