permission field in each result tells you your effective access level for that repository.
Request
Authentication
This endpoint requires HTTP Basic Auth. Pass your API key as the username and leave the password empty.
Response
The endpoint returns a JSON array. Each element is a repository object.integer
Unique numeric identifier for the repository.
string
Display name of the repository.
string
Optional description of the repository’s contents or purpose.
string
Visibility setting. Either
"Public" or "Private".string
The team this repository belongs to, if applicable.
string
Your access level for this repository. One of
"Owner", "Admin", "Write", "Clone", or "Read". This field is determined by the server based on your API key and cannot be set directly.