Endpoint

noun /ˈendpɔɪnt/

A specific URL path in an API where a client can send requests. For example, /api/v1/users is an endpoint for user-related operations.

"The POST /api/v1/orders endpoint creates a new order and returns a 201 Created response with the order ID."