Skip to main content
GET
/
api
/
access-control
/
throttle-binding
Get throttle binding
curl --request GET \
  --url https://api.rigbox.dev/api/access-control/throttle-binding \
  --header 'Authorization: Bearer <token>'
{
  "resource": "<string>",
  "profile": "<string>"
}

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

Throttle binding for a resource

resource
string
required
profile
string | null