Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

endpoint is the URI that references an accessible resource on a server. In the context of web APIs, an endpoint references a specific request handler programmed to return the resource.

...

code that handles the request and returns an appropriate response.

Digging Deeper

Endpoints and URIs are technology synonymous and are thus used interchangeably. However, it is common for web API documentation to use the term endpoints when it wants to provide URI abbreviations. For instance:

MethodEndpointPurpose
GET

POST


GET /api/customers