API Reference
Webhooks
Handle Bitbucket webhook
Receives and validates Bitbucket push webhook events (HMAC-validated, no JWT).
Path Parameters
projectIdRequiredstringProject ID
Accepted
Handle GitHub App webhook
Receives GitHub App installation events (HMAC-validated with app-level secret).
Path Parameters
orgIdRequiredstringOrganization ID
Accepted
Handle GitHub webhook
Receives and validates GitHub push webhook events (HMAC-validated, no JWT).
Path Parameters
projectIdRequiredstringProject ID
Accepted
Handle GitLab webhook
Receives and validates GitLab push webhook events (HMAC-validated, no JWT).
Path Parameters
projectIdRequiredstringProject ID
Accepted
Was this page helpful?