Skip to main content
POST
/
api
/
webhooks
/
connectors
/
github
GitHub webhook ingress
curl --request POST \
  --url https://api.openworklabs.com/api/webhooks/connectors/github
{
  "ok": true,
  "accepted": true,
  "reason": "<string>"
}

Response

Ignored but valid GitHub webhook delivery.

ok
boolean
required
accepted
boolean
required
reason
string
required
Minimum string length: 1