---
title: "List Webhook Endpoints"
method: GET
path: "/v1/webhook/endpoint.list"
tags: ["Webhooks"]
---

# List Webhook Endpoints

`GET /v1/webhook/endpoint.list`

list all your registered webhook endpoints

## Response `200`

200

- object
  - `code` integer
  - `data` object[]
    - `status` string
    - `username` string
    - `created_at` string
    - `url` string
    - `events` unknown
    - `endpoint_id` string
    - `secret` string
  - `msg` unknown

---

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