GitHub · Example Payload

Github App Api Application Grant Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Top-level fields

idurlappcreated_atupdated_atscopesuser

Example Payload

Raw ↑
{
  "id": 1,
  "url": "https://api.github.com/applications/grants/1",
  "app": {
    "client_id": "12345678",
    "name": "octocat",
    "url": "https://api.github.com/repos/octocat/Hello-World"
  },
  "created_at": "2011-09-06T17:26:27Z",
  "updated_at": "2011-09-06T20:39:23Z",
  "scopes": [
    "public_repo"
  ],
  "user": "example_value"
}