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

# Webhook call

`POST /open-api/v3/webhook/call`

This API provides a manual retry mechanism for webhook events that were not successfully delivered. Clients can call this endpoint to trigger a resend attempt for specified webhook records, ensuring reliable message delivery in cases where automatic delivery has failed.

## Request body

- WebhookCallDTO
  - `accountId` string, required — Account ID
  - `webhookIds` string[], required — Webhook IDs

## Response `200`

OK

- ErrorResult
  - `code` string — Error code
  - `message` string — Error message

## 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)
