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

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:app:app-123

Response

Resource tags

resource
string
required
tags
object
required