curl --request GET \
--url https://api.rigbox.dev/api/access-control/tags \
--header 'Authorization: Bearer <token>'{
"resource": "<string>",
"tags": {}
}Get tags assigned to a resource for policy evaluation.
curl --request GET \
--url https://api.rigbox.dev/api/access-control/tags \
--header 'Authorization: Bearer <token>'{
"resource": "<string>",
"tags": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Canonical resource ref, e.g. rig:app:app-123