Scripts (Internal)
Throttle Public
Limit the amount of times a public request can be made by a given key. This will rate limit based off the user’s IP address.
Public
No
Request
Request
Object containing the following properties:
Property | Type |
---|---|
requests | number |
period | number |
All properties are optional.
Response
Response
Object record with dynamic keys:
- keys of type
string
- values of type
never