GitHub · Example Payload

Github Installation Installation Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Installation Installation 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

idaccountrepository_selectionaccess_tokens_urlrepositories_urlhtml_urlapp_idtarget_idtarget_typepermissions

Example Payload

Raw ↑
{
  "id": 1,
  "account": "example_value",
  "repository_selection": "all",
  "access_tokens_url": "https://api.github.com/app/installations/1/access_tokens",
  "repositories_url": "https://api.github.com/installation/repositories",
  "html_url": "https://github.com/organizations/github/settings/installations/1",
  "app_id": 1,
  "target_id": 42,
  "target_type": "Organization",
  "permissions": "example_value"
}