REST API

Representational State Transfer API - A web service architecture that uses HTTP methods to enable communication between systems.

REST APIs are the most common approach for web service integration, providing standardized methods for creating, reading, updating, and deleting resources. They use JSON or XML for data exchange.