---
title: "List webhook endpoints"
method: GET
path: "/v2/webhook-endpoints"
tags: ["Webhook Endpoints"]
---

# List webhook endpoints

`GET /v2/webhook-endpoints`

Retrieve all registered webhook endpoints. Free API - does not count towards usage quota.

## Response `200`

Endpoint list retrieved successfully

- ListWebhookEndpointsResponse
  - `success` boolean, required
  - `data` object[]
    - `endpointId` string, required
    - `name` string, required
    - `url` string, required
    - `description` string
    - `isActive` boolean, required
    - `createdAt` string, required
    - `updatedAt` string, required
  - `error` object
    - `code` string, required
    - `message` string, required

## Other responses

- `401` — Authentication failed

---

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