GitHub · Example Payload

Github Events Api Global Hook 2 Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Events Api Global Hook 2 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

typeidnameactiveeventsconfigupdated_atcreated_aturlping_url

Example Payload

Raw ↑
{
  "type": "User",
  "id": 42,
  "name": "octocat",
  "active": true,
  "events": [
    "example_value"
  ],
  "config": {
    "url": "https://api.github.com/repos/octocat/Hello-World",
    "content_type": "example_value",
    "insecure_ssl": "example_value"
  },
  "updated_at": "2026-04-17T12:00:00Z",
  "created_at": "2026-04-17T12:00:00Z",
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "ping_url": "https://api.github.com/repos/octocat/Hello-World"
}