Representational State Transfer
Representational State Transfer (REST) is an architectural style for distributed systems that defines constraints on how clients and servers interact, commonly over HTTP, supporting stateless, cacheable, uniform APIs that enterprises use to expose and manage services across heterogeneous applications and platforms.