---
title: "List Endpoints"
method: GET
path: "/v1/webhook-endpoints"
tags: ["dropship-v1"]
---

# List Endpoints

`GET /v1/webhook-endpoints`

Lists active webhook endpoints. Secrets are never returned here.

## Response `200`

Successful Response

- DropshipWebhookEndpointsResponse
  - `endpoints` DropshipWebhookEndpoint[], required
    - `id` string, required
    - `url` string, required
    - `events` string[], required
    - `active` boolean, required
    - `created_at` string, required
    - `secret` string, nullable

---

[API](https://skmtc.dev/rmfg/apis/fastapi.md) · [All operations](https://skmtc.dev/rmfg/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmfg/fastapi/revisions/17a4ad42a016/schema)
