Skip to main content

Fields

isBlocked : Boolean

Whether the viewer has been blocked due to spending all its allowed points.

limit : Int

The maximum number of points the viewer gets for requests per hour.

remainingPoints : Int

The remaining points for the viewer in one hour time limit.

ttl : Int

Time To Live: UNIX timestamp when the viewer will get a new allowance of points.

usedPoints : Int

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 }