cURL
curl --request GET \ --url https://api.opal.dev/v1/resources/{resource_id}/visibility \ --header 'Authorization: Bearer <token>'
{ "visibility": "LIMITED", "visibility_group_ids": [ "7870617d-e72a-47f5-a84c-693817ab4567", "1520617d-e72a-47f5-a84c-693817ab48ad2" ] }
Gets the visibility of this resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the resource.
The visibility info of this resource.
Visibility infomation of an entity.
The visibility level of the entity.
GLOBAL
LIMITED
"GLOBAL"
Was this page helpful?