API referenceApplicationsWebhooks
GitHub push webhook receiver (Applications)
Receives raw GitHub webhook events for one application. The body must be the verbatim GitHub payload — the X-Hub-Signature-256 HMAC is verified against the application's secret, and a bad signature is 401. Non-push events, and pushes to refs no environment tracks, are acknowledged and ignored.
AuthorizationBearer <token>
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Path Parameters
appId*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/webhooks/github/apps/string"Empty