GitHub · Example Payload

Github User Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github User 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_idavatar_urlgravatar_idurlhtml_urlfollowers_urlfollowing_urlgists_url

Example Payload

Raw ↑
{
  "login": "octocat",
  "id": 42,
  "node_id": "12345678",
  "avatar_url": "https://api.github.com/repos/octocat/Hello-World",
  "gravatar_id": "12345678",
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "html_url": "https://api.github.com/repos/octocat/Hello-World",
  "followers_url": "https://api.github.com/repos/octocat/Hello-World",
  "following_url": "https://api.github.com/repos/octocat/Hello-World",
  "gists_url": "https://api.github.com/repos/octocat/Hello-World"
}