GitHub · Example Payload

Github Webhook Delivery Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Webhook Delivery 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

idguiddelivered_atredeliverydurationstatusstatus_codeeventactioninstallation_id

Example Payload

Raw ↑
{
  "id": 42,
  "guid": "12345678",
  "delivered_at": "2026-04-17T12:00:00Z",
  "redelivery": true,
  "duration": 42.5,
  "status": "example_value",
  "status_code": 42,
  "event": "example_value",
  "action": "example_value",
  "installation_id": 42
}