Github API - Test Config

GET /organizations
orgs

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.
List organizations

Arguments
key since-org

since-org [scalar]

An organization ID. Only return organizations with an ID greater than this ID.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json organization-simple []

organization-simple [object]

A GitHub organization.

Attributes
avatar_url string

description string

events_url string

hooks_url string

id integer

issues_url string

login string

members_url string

node_id string

public_members_url string

repos_url string

url string

API:
Github Open API
(version: 1.1.4)
304 not_modified

not_modified [scalar]

Not modified

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)