Which type of API would be used to allow authorized salespeople of an organization access to internal sales data from their mobile devices?
- public
- open
- private
- partner
Explanation & Hint:
The type of API that would be used to allow authorized salespeople of an organization access to internal sales data from their mobile devices is typically a private API. Private APIs are designed for use within an organization and are not exposed to external users. These APIs are intended to improve internal development and operational efficiency by enabling different systems within an organization to communicate with each other. In this scenario, where the salespeople are part of the organization and need to access internal sales data securely, a private API would be appropriate as it ensures controlled access to sensitive internal data. Other types of APIs have different intended uses:
Given the requirement for internal access by authorized personnel, a private API would be the most secure and appropriate choice. |