Interlaken
API referenceApplicationsWebhooks

GitHub push webhook receiver (App Builder workspaces)

POST
/api/v1/webhooks/github/{workspaceId}

Receives raw GitHub webhook events for one workspace. The body must be the verbatim GitHub payload — the X-Hub-Signature-256 HMAC is verified against the workspace's secret. Non-push events and pushes to other branches are acknowledged and ignored.

Authorization

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

workspaceId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/webhooks/github/string"
Empty