---
title: "Webhook list"
method: GET
path: "/open-api/v3/webhook"
tags: ["Common Interface"]
---

# Webhook list

`GET /open-api/v3/webhook`

This API retrieves webhook events that failed to be delivered. The response includes a list of webhook IDs, which can be used to manually retry delivery via the Webhook Call API. For retry details, refer to: <a href="https://developer.interlace.money/reference/getwebhookcall" target="_blank">Webhook Call API</a>. This mechanism ensures message delivery reliability when automatic retries fail.

## Query parameters

- `accountId` string, uuid, required — The UUID of the Account.
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- WebhookPageRespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` WebhookPageResponse, required — data
    - `total` integer, required — total number
    - `list` string[], required — data list

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
