REST
RESTAlso called: Representational State Transfer
An architectural style for designing networked applications using stateless HTTP requests and standard operations.
Explore more about Communication Protocols
Related terms
The Hypertext Transfer Protocol (HTTP) is an application-layer communication protocol used to exchange requests and responses between clients and servers over a network, forming the foundation of web APIs, websites, and distributed applications.
HTTPSHTTPSThe Hypertext Transfer Protocol Secure (HTTPS) is the secure version of HTTP that encrypts communication between clients and servers using Transport Layer Security (TLS), ensuring data confidentiality, integrity, and authentication during transmission.
Request-ResponseA fundamental message exchange pattern where a client sends a request and a server returns a corresponding response.
OpenAPIOASA machine-readable specification for describing HTTP APIs, enabling AI systems and applications to discover and integrate callable API operations.
WebhookAn HTTP callback mechanism that sends real-time data payloads to target applications when specific events occur.