When designing an API security architecture to protect against unauthorized data access, which THREE mechanisms are considered best practices for securing API endpoints in a Cisco environment? (Choose THREE)
Scopes ensure that authorized tokens only grant the specific access required.
Why this answer
API security requires a multi-layered approach involving authentication (OAuth), authorization (scopes), and traffic management (rate limiting).