Endpoint

glossary

Endpoint

A specific URL where an API receives requests, e.g. https://api.example.com/v1/customers. Each endpoint typically maps to one resource and HTTP method.

Other languages