LLM-readable documentation index
ApiV3GeneratedEntity Type Reviewers

List Reviewers

Hand off to an LLM
GET
/v3/entity-types/{typeID}/reviewers
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

typeID*string

Entity type public ID (ety_...).

Response Body

application/json

curl -X GET "https://api.bem.ai/v3/entity-types/string/reviewers"
{
  "reviewers": [
    {
      "reviewerID": "string",
      "userID": "string",
      "email": "string",
      "role": "string",
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}