Skip to main content
GET
List contributors

Authorizations

Authorization
string
header
required

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

Query Parameters

offset
integer
default:0

Number of items to skip for pagination (0-based)

Required range: 0 <= x <= 1000
Example:

0

limit
integer
default:10

Maximum number of items to return per page

Required range: 1 <= x <= 100
Example:

25

Response

List of contributors retrieved successfully

id
string

Unique contributor identifier

name
string | null

Contributor name

avatar_url
string | null

URL of the contributor's avatar image