Promptles
Backend & APIs

Endpoint

beginner

Definition

A specific address on a server that does one particular thing when an app talks to it. Each endpoint is like one phone extension at a company: dial it, and you get the person who handles that one task.

In the wild

A music app has different endpoints behind the scenes: one for fetching your playlists, one for searching songs, one for marking a song as a favorite. The screen you see may look like one app, but it's quietly calling several different endpoints.

More from Backend & APIs