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

# List organization webhooks

`GET /orgs/{org}/hooks`

## 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-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
