What is an Endpoint?

The REST API is exposed through an endpoint. It is the access point of a resource which a REST service exposes and a REST reference invokes. An endpoint uses the REST operations to provide access to the resource. An endpoint has a name and is represented by a path within the resource. It resides at a location specified by the URL of the resource.