GitHub · Example Payload

Github Repo Hooks Api Webhook Config Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Hooks Api Webhook Config Example is an example object payload from GitHub, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

urlcontent_typesecretinsecure_ssl

Example Payload

Raw ↑
{
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "content_type": "example_value",
  "secret": "example_value",
  "insecure_ssl": "example_value"
}