Local Listener REST Service reference

The REST web service is a lightweight alternative to SOAP.

Resource Path
Select to activate the service.
Defaults to /api. It can be changed at any time, but must start with a forward slash (/).
Access-Control-Allow-Origin Response Header
Specify domains that can access resources in the Resource Path.
For example, to restrict access to the Resource Path to requests only from http://domain.example, specify http://domain.example
Specify an asterisk (*) to allow access from any domain or a regular expression to allow access from multiple, specific domains.
Disable Basic Access Authentication for REST API Requests
Select this option to disable users from accessing the REST API using the HTTP Basic Access Authentication method. Only OAuth2.0 authentication is accepted.