API → Apps → Listen for GitHub webhookshidden
hidden
post
/apps/github/webhook$ curl -X POST "https://api.zoo.dev/apps/github/webhook" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/octet-stream" \
--data-binary "@path/to/file"