Which of the following is an Application Programming Interface (API) that is referred to as “representational state transfer,” and is the approach for communications in web services?(1 point) Responses internal API internal API composite API composite API partner API partner API REST API

REST API

The correct answer is REST API.

The correct answer is REST API. To determine the correct API that is referred to as "representational state transfer" and is the approach for communications in web services, you can analyze the options provided. Each option describes a different type of API. In this case, REST API stands for Representational State Transfer API, which follows a set of principles and constraints for designing networked applications. It is commonly used in web services for communication between client and server systems.