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

Documentation Index

Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

200 - application/json

Throttle binding

resource
string
required
profile
string | null