Technology

REST API

A web service architecture that uses HTTP methods to access and manipulate resources.

What is a REST API?

REST (Representational State Transfer) is an architectural style for web APIs that uses standard HTTP methods (GET, POST, PUT, DELETE) to interact with resources identified by URLs.