An API architecture that uses HTTP methods (GET, POST, PUT, DELETE) and stateless request-response cycles. REST APIs return data in JSON format and are the most common API style for web services.
PRISM API is a RESTful API. All endpoints accept GET requests and return JSON responses with consistent error handling and pagination.