---
title: "List Webhook Settings"
method: GET
path: "/v2/webhook_settings"
tags: ["Webhook Settings"]
---

# List Webhook Settings

`GET /v2/webhook_settings`

List all webhook settings for the account. Results are paginated.

## Response `200`

OK

- object
  - `webhook_settings` 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
  - `pagination` Pagination
    - `first` integer — The first available page
    - `last` integer — The last available page
    - `previous` integer, nullable — The previous page
    - `current` integer — The current page
    - `next` integer, nullable — The next available page

## Other responses

- `401` — Unauthorized

---

[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)
