GitHub · Example Payload

Github Installation Installation Token Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Top-level fields

tokenexpires_atpermissionsrepository_selectionrepositoriessingle_filehas_multiple_single_filessingle_file_paths

Example Payload

Raw ↑
{
  "token": "example_value",
  "expires_at": "2026-04-17T12:00:00Z",
  "permissions": "example_value",
  "repository_selection": "all",
  "repositories": [
    "example_value"
  ],
  "single_file": "README.md",
  "has_multiple_single_files": true,
  "single_file_paths": [
    "config.yml",
    ".github/issue_TEMPLATE.md"
  ]
}