active
state and events
, use "Get an organization webhook ."admin:org_hook
scope, and GitHub Apps must have the organization_hooks:read
permission.curl --location --request GET 'https://api.github.com/orgs//hooks//config'
{
"content_type": "\"json\"",
"insecure_ssl": "\"0\"",
"secret": "\"********\"",
"url": "https://example.com/webhook"
}