PointsAllowanceRateLimitInformation
Fields
Whether the viewer has been blocked due to spending all its allowed points.
The maximum number of points the viewer gets for requests per hour.
The remaining points for the viewer in one hour time limit.
Time To Live: UNIX timestamp when the viewer will get a new allowance of points.
The points used so far in one hour time limit.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"isBlocked": true,
"limit": 96,
"remainingPoints": 72,
"ttl": 1,
"usedPoints": 25
}