Glossary
Endpoint
An endpoint is a specific URL (Uniform Resource Locator) that an API exposes for clients to access a particular resource or perform an action. Each endpoint typically corresponds to a specific function - for example, /api/users might return a list of users, while /api/users/123 returns a specific user. Well-designed endpoints follow consistent naming conventions and use HTTP methods to indicate the action being performed.