REST API URL in Hub <Hub Service URL> is the Base URL of the Hub service in your network environment . For example, you have your company’s server www.mycompany.com and a Hub service. You can configure Hub to be accessible by www.mycompany.com/hub or, let’s say hub.mycompany.com .
Read moreHow do I create a REST API URL?
The following URL design patterns are considered REST best practices:
Read moreWhat is an example of a REST API?
For example, a REST API would use a GET request to retrieve a record, a POST request to create one, a PUT request to update a record, and a DELETE request to delete one . All HTTP methods can be used in API calls. A well-designed REST API is similar to a website running in a web browser with built-in HTTP functionality.
Read more