---
title: "GET /webhookEndpoints"
method: GET
path: "/webhookEndpoints"
tags: ["WebhookEndpoints"]
---

# GET /webhookEndpoints

`GET /webhookEndpoints`

Returns a list of webhook endpoints

## Response `200`

List of webhook endpoints.

- WebhookEndpointList
  - `webhookEndpoints` WebhookEndpoint[], required
    - `id` string, required
    - `url` string, required
    - `basicAuthUsername` string, required
    - `basicAuthPassword` string, required
    - `customHeaders` object, required
    - `subscribedEvents` WebhookEventType[], required
    - `created` string, required
    - `createdMs` integer, required
    - `updated` string, required
    - `updatedMs` integer, required

## Other responses

- `default` — Error

---

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