---
title: "Get all webhooks"
method: GET
path: "/v2/oauth-clients/{clientId}/webhooks"
tags: ["Deprecated: Platform / Webhooks"]
---

# Get all webhooks

`GET /v2/oauth-clients/{clientId}/webhooks`

<Warning>These endpoints are deprecated and will be removed in the future.</Warning>

## Path parameters

- `clientId` string, required

## Query parameters

- `take` number
- `skip` number

## Headers

- `x-cal-secret-key` string, required

## Response `200`

- OAuthClientWebhooksOutputResponseDto
  - `status` 'success' | 'error', required
  - `data` OAuthClientWebhookOutputDto[], required
    - `payloadTemplate` string, required — The template of the payload that will be sent to the subscriberUrl, check cal.com/docs/core-features/webhooks for more information
    - `triggers` string[], required
    - `oAuthClientId` string, required
    - `id` number, required
    - `subscriberUrl` string, required
    - `active` boolean, required
    - `secret` string

---

[API](https://skmtc.net/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.net/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
