endpoint

endpoint — A specific address on an API for a specific thing you want to do.

APIs have many endpoints — one for creating a user, one for listing orders, one for sending a message. The endpoint is the "which door am I knocking on" bit.

"Which endpoint?" "Hit the /users endpoint."

Related
APIURLrequestresponse