cURL
curl --request GET \ --url https://api.rigbox.dev/api/access-control/throttle-presets \ --header 'Authorization: Bearer <token>'
{ "presets": [ { "name": "<string>", "rules": "<unknown>", "system_managed": true, "updated_at": "2023-11-07T05:31:56Z" } ] }
List available throttle presets (rate limit profiles).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Canonical resource ref, e.g. rig:workspace:ws-123
Available throttle presets for a resource
Show child attributes