---
title: "List webhook endpoints for authenticated tenant"
method: GET
path: "/webhooks"
tags: ["webhooks"]
---

# List webhook endpoints for authenticated tenant

`GET /webhooks`

## Response `200`

Webhook endpoint list

- object
  - `endpoints` WebhookEndpoint[]
    - `id` string, uuid, required
    - `tenantId` string, uuid, required
    - `url` string, uri, required
    - `events` string[]
    - `status` 'ACTIVE' | 'DISABLED', required
    - `secret` string — Only returned on creation
    - `createdAt` string, date-time, required

---

[API](https://skmtc.net/quantum-chain-pte-ltd/apis/qustody-api.md) · [All operations](https://skmtc.net/quantum-chain-pte-ltd/apis/qustody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quantum-chain-pte-ltd/qustody-api/revisions/ecb2cea3c096/schema)
