LLM-readable documentation index
ApiV3GeneratedEntity Type Reviewers

List a User's Reviewer Assignments

Hand off to an LLM
GET
/v3/users/{userID}/reviewer-assignments
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

userID*string

User public ID (usr_...).

Response Body

application/json

curl -X GET "https://api.bem.ai/v3/users/string/reviewer-assignments"
{
  "assignments": [
    {
      "typeID": "string",
      "name": "string",
      "description": "string",
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}