---
title: "Reads all Webhook subscriptions"
method: GET
path: "/api/2026-07-01/resources/api_public/webhook_subscriptions"
tags: ["ApiPublic > WebhookSubscription"]
---

# Reads all Webhook subscriptions

`GET /api/2026-07-01/resources/api_public/webhook_subscriptions`

Reads all Webhook subscriptions

## Query parameters

- `id` string — Identifier of the webhook subscription
- `company_id` string — Company identifier of the webhook subscription
- `type` string — Type of the webhook subscription
- `enabled` boolean — List only enabled webhook subscriptions

## Response `200`

OK

- object
  - `data` ApiPublicWebhookSubscription[]
    - `id` string, required — Identifier of the webhook subscription
    - `target_url` string, required — URL where the webhook payload will be sent
    - `type` string, required — Type of the webhook subscription
    - `company_id` string, required — Company identifier of the webhook subscription
    - `name` string — Name of the webhook subscription
    - `challenge` string — String to verify the subscription
    - `enabled` boolean, required — Boolean to enable/disable the subscription
    - `api_version` string, required — API version of the webhook subscription that determines the schema of the payload
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
