GitHub Integration

GitHub is a web-based hosting service for version control using Git, offering all of the distributed version control and source code management functionality.

github logo
PUT
/integrations/github
Schema Type: "object"
Required Fields:
webhook_signing_secret
Properties
webhook_signing_secret "string"
required

The signing secret to verify incoming requests from Github

Example Request
{
  "webhook_signing_secret": "whsec_e5cf4458caae49ae72d8f275deb9b63bdd41dd5c932c27c9346d428fb9e1d0a0"
}