Rate Limits¶
Overview¶
Retrieves the current rate limits for your user account.
Endpoint¶
https://dspapi.admanagerplus.yahoo.com/traffic/ratelimit
Read Current Rate Limits¶
To retrieve the current rate limits for your user account, make a GET
call to the /ratelimit
endpoint.
GET https://dspapi.admanagerplus.yahoo.com/traffic/ratelimit
The response will contain the rate limits in minute, hour, and day for your user account.
Example Request¶
GET https://dspapi.admanagerplus.yahoo.com/traffic/ratelimit
Example Response¶
{
"response":
{
"limitPerMin": 1000,
"limitPerHour": 2000,
"limitPerDay": 5000
}
"errors": null,
"timeStamp": "2017-10-03T20:07:17Z"
}