---
title: "List webhooks"
method: GET
path: "/v2/webhooks"
tags: ["Webhooks"]
---

# List webhooks

`GET /v2/webhooks`

List all currently configured webhooks in your Synthesia account.

## Query parameters

- `limit` integer
- `offset` integer
- `deleted` boolean

## Response `200`

OK.

- WebhookListResponse
  - `webhooks` WebhookResponse[]
    - `createdAt` unknown
    - `id` string
    - `secret` string
    - `status` unknown
    - `lastUpdatedAt` unknown
    - `url` string, url
  - `nextOffset` integer

## Other responses

- `400` — Bad Request.
- `default` — Unexpected Server error.

---

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