Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.07 KB

listWebhooks.md

File metadata and controls

46 lines (35 loc) · 1.07 KB
name example route scope type
List organization webhooks
octokit.rest.orgs.listWebhooks({ org })
GET /orgs/{org}/hooks
orgs
API method

List organization webhooks

octokit.rest.orgs.listWebhooks({
  org,
});

Parameters

name required description
orgyes

The organization name. The name is not case sensitive.

per_pageno

The number of results per page (max 100). For more information, see "Using pagination in the REST API."

pageno

The page number of the results to fetch. For more information, see "Using pagination in the REST API."

See also: GitHub Developer Guide documentation.