API → AppsListen for GitHub webhooks
hidden

Parameters

Name

Type

Req.

  • bodyapplication/octet-stream

    string / BINARY
    optional

Returns

204 No Content

successful operation, no content

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"