API Security
Create a usage plan with an API key that is shared with genuine users only
API Gateway usage plans with API keys provide several key benefits for controlling API access:
Keys act as authentication tokens that must be included in request headers
Allows throttling and quota limits per API key
Enables monitoring/tracking of usage by key
Can revoke compromised keys without affecting other users
The solution requires distributing API keys securely to legitimate users while keeping them private from potential attackers.
Last updated
Was this helpful?