---
title: "Get all webhooks"
method: GET
path: "/webhooks"
---

# Get all webhooks

`GET /webhooks`

## Response `200`

List of webhook

- object[]
  - `id` integer — Webhook ID.
  - `url` string — URL of the request.
  - `enabled` boolean — Indicates whether the webhook is active.
  - `ssl_verify` boolean — Indicates whether SSL verification is enabled for the webhook.
  - `disable_on_error` boolean — the webhook will be disabled after encountering an error.
  - `account_id` integer — ID of the webhook account
  - `http_headers` boolean — Indicates whether custom HTTP headers are used
  - `created_at` string, date-time — Date and time of webhook creation
  - `updated_at` string, date-time — Date and time of last webhook update

## Other responses

- `401` — Unauthorized. Provide a valid secret key.

---

[API](https://skmtc.net/fedapay/apis/customer-api.md) · [All operations](https://skmtc.net/fedapay/apis/customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fedapay/customer-api/versions/e6bade118d1a/schema)
