List organizations

GET {{baseUrl}}/organizations?since=<string>&per_page=30

Lists all organizations, in the order that they were created on GitHub.

Note: Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of organizations.

Request Params

KeyDatatypeRequiredDescription
sincestringOnly show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
per_pagenumberResults per page (max 100)

RESPONSES

status: OK

[{&quot;login&quot;:&quot;github&quot;,&quot;id&quot;:1,&quot;node_id&quot;:&quot;MDEyOk9yZ2FuaXphdGlvbjE=&quot;,&quot;url&quot;:&quot;https://api.github.com/orgs/github&quot;,&quot;repos_url&quot;:&quot;https://api.github.com/orgs/github/repos&quot;,&quot;events_url&quot;:&quot;https://api.github.com/orgs/github/events&quot;,&quot;hooks_url&quot;:&quot;https://api.github.com/orgs/github/hooks&quot;,&quot;issues_url&quot;:&quot;https://api.github.com/orgs/github/issues&quot;,&quot;members_url&quot;:&quot;https://api.github.com/orgs/github/members{/member}&quot;,&quot;public_members_url&quot;:&quot;https://api.github.com/orgs/github/public_members{/member}&quot;,&quot;avatar_url&quot;:&quot;https://github.com/images/error/octocat_happy.gif&quot;,&quot;description&quot;:&quot;A great organization&quot;}]