GitHub · Example Payload

Github App Api Authorization Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github App Api Authorization 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

idurlscopestokentoken_last_eighthashed_tokenappnotenote_urlupdated_at

Example Payload

Raw ↑
{
  "id": 42,
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "scopes": [
    "example_value"
  ],
  "token": "example_value",
  "token_last_eight": "example_value",
  "hashed_token": "example_value",
  "app": {
    "client_id": "12345678",
    "name": "octocat",
    "url": "https://api.github.com/repos/octocat/Hello-World"
  },
  "note": "example_value",
  "note_url": "https://api.github.com/repos/octocat/Hello-World",
  "updated_at": "2026-04-17T12:00:00Z"
}