---
title: "List organization webhooks"
method: GET
path: "/orgs/{org}/hooks"
tags: ["orgs"]
---

# List organization webhooks

`GET /orgs/{org}/hooks`

You must be an organization owner or have the "Manage organization webhooks" permission to use this endpoint.

OAuth app tokens and personal access tokens (classic) need `admin:org_hook` scope. OAuth apps cannot list, view, or edit webhooks
that they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.

## Path parameters

- `org` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- OrgHook[]
  - `id` integer, required
  - `url` string, uri, required
  - `ping_url` string, uri, required
  - `deliveries_url` string, uri
  - `name` string, required
  - `events` string[], required
  - `active` boolean, required
  - `config` object, required
    - `url` string
    - `insecure_ssl` string
    - `content_type` string
    - `secret` string
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `type` string, required

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
