> ## Documentation Index
> Fetch the complete documentation index at: https://veridical-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Github

> GitHub PR webhook (opened/synchronize).



## OpenAPI

````yaml /openapi.json post /webhook/github
openapi: 3.1.0
info:
  title: Veridical API
  version: 1.0.0
servers:
  - url: https://api.veridical.dev
security: []
paths:
  /webhook/github:
    post:
      summary: Webhook Github
      description: GitHub PR webhook (opened/synchronize).
      operationId: webhook_github_webhook_github_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response
      security: []

````