---
title: "Get an organization webhook"
method: GET
path: "/orgs/{org}/hooks/{hook_id}"
tags: ["orgs"]
---

# Get an organization webhook

`GET /orgs/{org}/hooks/{hook_id}`

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
- `hook_id` integer, required

## Response `200`

Response

- OrgHook — Org Hook
  - `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-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
