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

# List Webhook Endpoints

`GET /v2/endpoints`

Retrieve a list of all webhook endpoints configured for your account.
Webhooks allow you to receive real-time notifications about events in your JoggAI workspace.

## Response `200`

Success

- object
  - `code` integer, required — Business status code: * 0 - Success * 10104 - Record not found * 10105 - Invalid API key * 18020 - Insufficient credit * 18025 - No permission to call APIs * 40000 - Parameter error * 50000 - System error
  - `msg` string, required — Response message
  - `data` object
    - `endpoints` WebhookEndpoint[]
      - `endpoint_id` string — Unique webhook endpoint identifier
      - `url` string, uri — Webhook endpoint URL
      - `secret` string — Secret key for verifying webhook signatures
      - `status` 'enabled' | 'disabled' — Webhook status
      - `events` string[] — Subscribed event types
      - `username` string — Username of the webhook owner
      - `created_at` integer — Creation timestamp (Unix timestamp)

---

[API](https://skmtc.net/jogg/apis/joggai-openapi-v2.md) · [All operations](https://skmtc.net/jogg/apis/joggai-openapi-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jogg/joggai-openapi-v2/versions/ec8807ce9c12/schema)
