---
title: "Retrieve Webhook Setting"
method: GET
path: "/v2/webhook_settings/{id}"
tags: ["Webhook Settings"]
---

# Retrieve Webhook Setting

`GET /v2/webhook_settings/{id}`

Retrieve a specific webhook setting by ID. Includes the authorization_header in the response.

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `webhook_setting` WebhookSetting
    - `id` string, required — Unique identifier for the webhook setting
    - `type` string, required — The webhook type
    - `title` string, required — Title of the webhook setting
    - `url` string, required — The URL that will receive webhook payloads
    - `disabled` boolean, required — Whether the webhook is disabled
    - `authorization_method` 'no_auth' | 'simple' | 'oauth', required — Authorization method for the webhook
    - `authorization_header` string, nullable — The authorization header value
    - `send_secure_data` boolean — Whether to include secure data in webhook payloads
    - `created_at` string, date-time, required — When the webhook setting was created
    - `updated_at` string, date-time, required — When the webhook setting was last updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
