Currently, there is no UI-based option to notify users when an Access Key becomes invalid or when repeated API calls are made using an incorrect token. This can lead to the API getting blocked after exceeding the failed attempt limit, often without advance visibility.
Enhancement Request:
Provide a general email alert or notification when:
Multiple API calls are made using an invalid or incorrect Access Key
The usage is approaching the blocking threshold (for example, N failed calls before blocking)
Include basic details or examples of callers (if possible) to help identify the source of the invalid requests
This proactive alerting would help customers take corrective action early and prevent unexpected API blocks, improving reliability and operational visibility.