cURL
curl --request GET \ --url https://api.opal.dev/v1/resources/{resource_id}/reviewers \ --header 'Authorization: Bearer <token>'
[ "1b978423-db0a-4037-a4cf-f79c60cb67b3" ]
Gets the list of owner IDs of the reviewers for a resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the resource.
The IDs of owners that are reviewers for this resource.
Was this page helpful?