endpoint
Endpoint (noun) means a single specific address on a server that a program can send a request to in order to get data or make something happen; each endpoint does one job, such as returning a list of customers or creating a new order. Example: “The login endpoint is rejecting our requests with a 401 error.”
How to use endpoint
Learner’s notesIn plain EnglishA specific web address a program sends its request to.
Technical in both senses; the security sense appears mainly in IT and corporate documents.
An API is the whole arrangement; an endpoint is one address within it. Roughly, the API is the menu and each endpoint is a dish.
Trace the full origin ↓Fill the gap
Can you complete this real example?
The login _____ is rejecting our requests with a 401 error.
Etymology
A compound of end and point.
Related words
Rhymes for endpoint
Frequently asked questions
What is the difference between an endpoint and an API?
An API is the overall interface a service offers — the set of things it lets other programs do and the rules for asking. An endpoint is one individual address within that interface. A single API usually has many endpoints.
What is the difference between an endpoint and a webhook?
With an endpoint, your program starts the conversation by sending a request and waiting for the answer. With a webhook, the other service starts the conversation by sending you a message when something happens. A webhook is delivered to an endpoint that you provide.
Is an endpoint the same as a URL?
An endpoint is usually written as a URL, but the word carries the extra meaning that this address is part of a program-facing interface rather than a page a person would open and read.
What is the meaning of endpoint?
"endpoint" (noun) means a single specific address on a server that a program can send a request to in order to get data or make something happen; each endpoint does one job, such as returning a list of customers or creating a new order.