Too Many Requests. The Traffic Management Load Feedback API imposes a rate limit on requests: by default, we limit each domain to 60 updates per minute. If that limit is exceeded, the system returns this error.
Example
{
"detail": "Domain example.akadns.net has hit request limit 100 for past minute",
"status": 429,
"title": "Too Many Requests",
"type": "https://developer.akamai.com/api/mapping/gtm-load-data/overview.html#toomanyrequests"
}