Skip to main content
GET
/
api
/
access-control
/
bindings
List bindings
curl --request GET \
  --url https://api.rigbox.dev/api/access-control/bindings \
  --header 'Authorization: Bearer <token>'
{
  "bindings": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "principal_ref": "<string>",
      "resource_ref": "<string>",
      "role": "<string>",
      "updated_at": "2023-11-07T05:31:56Z",
      "created_by_ref": "<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

Resource access bindings

bindings
object[]
required