Skip to main content
GET
/
api
/
access-control
/
throttle-presets
List throttle presets
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

resource
string
required

Canonical resource ref, e.g. rig:workspace:ws-123

Response

Available throttle presets for a resource

presets
object[]
required