Skip to main content
GET
Cursor-paginated list of ReviewerMembership

Authorizations

Authorization
string
header
required

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

Query Parameters

after
string

Cursor: ID of the last item from the previous page

limit
integer
default:20

Maximum number of results

Required range: x <= 100

Response

200 - application/json

Paginated ReviewerMembership list

data
object[]
has_more
boolean
next_cursor
string | null