Github API - Test Config

GET /orgs/{org}/hooks/{hook_id}/config
orgs

Returns the webhook configuration for an organization. To get more information about the webhook, including the active state and events, use "Get an organization webhook ."

Access tokens must have the admin:org_hook scope, and GitHub Apps must have the organization_hooks:read permission.
Get a webhook configuration for an organization

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key hook-id

hook-id [scalar]

The unique identifier of the hook.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json webhook-config

webhook-config [object]

Configuration object of the webhook

Attributes
API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)