---
title: "Get all webhook endpoints"
method: GET
path: "/v1/webhooks/endpoints"
tags: ["Webhooks"]
---

# Get all webhook endpoints

`GET /v1/webhooks/endpoints`

Retrieve all webhook endpoints configured for the organization.

## Headers

- `X-API-Key` string

## Response `200`

Webhook endpoints retrieved successfully

- EndpointResponseDto[]
  - `id` string, required — Endpoint ID
  - `url` string, required — The webhook endpoint URL
  - `description` string, required — Description of the endpoint
  - `filterTypes` string[], required — Event types sent to this endpoint. An empty array means the endpoint is subscribed to all event types.
  - `disabled` boolean, required — Whether the endpoint is disabled
  - `createdAt` string, required — Endpoint creation timestamp
  - `updatedAt` string, required — Endpoint last update timestamp
  - `metadata` object — Optional endpoint metadata

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials

---

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