Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As your data platform expands, so does the ecosystem of applications accessing it via APIs. Which strategy best ensures secure API access to minimize the risk of unauthorized data exposure or modification?
A
Utilize VPNs for all API access, avoiding the complexity of digital authentication mechanisms but ensuring data transmission security.
B
Deploy API gateways with rate limiting and use API keys for simple authentication, assuming internal network security suffices for additional protection.
C
Implement OAuth 2.0 for robust API authentication, coupled with fine-grained access control policies and comprehensive logging for all API transactions.
D
Rely on IP whitelisting and basic authentication for API access, simplifying security management.