List repository webhooks

GET {{baseUrl}}/repos/:owner/:repo/hooks?per_page=30&page=1

Request Params

KeyDatatypeRequiredDescription
per_pagenumberResults per page (max 100)
pagenumberPage number of the results to fetch.

RESPONSES

status: OK

[{"type":"Repository","id":12345678,"name":"web","active":true,"events":["push","pull_request"],"config":{"content_type":"json","insecure_ssl":"0","url":"https://example.com/webhook"},"updated_at":"2019-06-03T00:57:16Z","created_at":"2019-06-03T00:57:16Z","url":"https://api.github.com/repos/octocat/Hello-World/hooks/12345678","test_url":"https://api.github.com/repos/octocat/Hello-World/hooks/12345678/test","ping_url":"https://api.github.com/repos/octocat/Hello-World/hooks/12345678/pings","last_response":{"code":null,"status":"unused","message":null}}]