Conceptual
Login

REST API

An API style exposing resources at URLs and manipulating them with uniform HTTP verbs (GET, POST, PUT, PATCH, DELETE), with state kept on the server and each request self-contained. Uniformity is the payoff: generic clients, caching, and tooling work across all resources.