Github API - Test Config

GET /repos/{owner}/{repo}/hooks
repos

Lists webhooks for a repository. last response may return null if there have not been any deliveries within 30 days.
List repository webhooks

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json hook []

hook [object]

Webhooks for repositories.

Attributes
active boolean

Determines whether the hook is actually triggered on pushes.

config 2007

created_at string

deliveries_url string

events string []

id integer

Unique identifier of the webhook.

last_response hook-response

name string

The name of a valid service, use 'web' for a webhook.

ping_url string

test_url string

type string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

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