GitHub · Example Payload

Github Issues Api Public Key Full Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Issues Api Public Key Full 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

idkeyuser_idrepository_idurltitleread_onlyverifiedcreated_atadded_by

Example Payload

Raw ↑
{
  "id": 42,
  "key": "example_value",
  "user_id": 42,
  "repository_id": 42,
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "title": "Example Title",
  "read_only": true,
  "verified": true,
  "created_at": "2026-04-17T12:00:00Z",
  "added_by": "example_value"
}