Skip to main content
GET
/
resources
/
{resource_id}
/
reviewers
cURL
curl --request GET \
  --url https://api.opal.dev/v1/resources/{resource_id}/reviewers \
  --header 'Authorization: Bearer <token>'
[
  "1b978423-db0a-4037-a4cf-f79c60cb67b3"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource_id
string<uuid>
required

The ID of the resource.

Response

200 - application/json

The IDs of owners that are reviewers for this resource.

The response is of type string<uuid>[].