List all organizations
GET
/orgs
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Page number of results to return (1-based)
limit
integer
Page size of results
Responses
Section titled “ Responses ”OrganizationList
Media type application/json
Array<object>
Organization represents an organization
object
avatar_url
string
created
string format: date-time
description
string
email
string
full_name
string
id
integer format: int64
location
string
name
string
repo_admin_change_team_access
boolean
username
Deprecated
string
visibility
string
website
string
Example generated
[ { "avatar_url": "example", "created": "2026-04-15T12:00:00Z", "description": "example", "email": "example", "full_name": "example", "id": 1, "location": "example", "name": "example", "repo_admin_change_team_access": true, "username": "example", "visibility": "example", "website": "example" }]Headers
Section titled “ Headers ” X-Total-Count
integer format: int64
The total number of organizations