GitHub · Example Payload

Github Organization Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Organization Example is an example object payload from GitHub, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

loginidnode_idurlhtml_urlrepos_urlevents_urlhooks_urlissues_urlmembers_url

Example Payload

Raw ↑
{
  "login": "octocat",
  "id": 42,
  "node_id": "12345678",
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "html_url": "https://api.github.com/repos/octocat/Hello-World",
  "repos_url": "https://api.github.com/repos/octocat/Hello-World",
  "events_url": "https://api.github.com/repos/octocat/Hello-World",
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World",
  "issues_url": "https://api.github.com/repos/octocat/Hello-World",
  "members_url": "https://api.github.com/repos/octocat/Hello-World"
}