v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Common Interface

Webhook list

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.

get/open-api/v3/webhook

Query parameters

accountIdstring uuid required

The UUID of the Account.

The UUID of the Account.

limitstring number

Limits the number of items to be returned.

Limits the number of items to be returned.

pagestring number

The page to be returned, counting from 1 as the first page.

The page to be returned, counting from 1 as the first page.

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter"
}