Webhooks
Ingest webhook event (alias)
Alias for /api/orgs/{org}/agents/webhooks/ingest. Accepts the same payload and produces the same result.
post/api/orgs/{org}/webhooks/ingest
Path parameters
orgstring required
Example:default
Organization slug
Request body
Example request
{
"action": "opened",
"repository": {
"full_name": "org/my-repo"
},
"sender": {
"login": "alice"
}
}Response
Webhook processed
Changes
No recorded changes to this endpoint across all 1 revision of this API.