Skip to main content
POST
/
api
/
v0
/
companies
/
github
/
webhook
Webhook endpoint called by GitHub on events related to Cantina GitHub App.
curl --request POST \
  --url https://api.example.com/api/v0/companies/github/webhook \
  --header 'Content-Type: application/json' \
  --data '
{
  "installation": {
    "id": 1,
    "target_type": "<string>"
  },
  "account": {
    "avatar_url": "<string>",
    "html_url": "<string>",
    "login": "<string>"
  },
  "changes": {
    "login": {}
  }
}
'
{
  "msg": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
installation
object
required
account
object
changes
object

Response

GitHub event accepted but not processed