---
title: "Ping a webhook subscription"
method: POST
path: "/api/service/webhook-subscription/ping"
tags: ["Webhook-Subscription"]
---

# Ping a webhook subscription

`POST /api/service/webhook-subscription/ping`

Sends a test ping to verify webhook subscription endpoint connectivity.

## Request body

- PingRequestDto
  - `id` unknown, required

## Response `200`

Returns the ping result with response details

- PingResponseDto
  - `id` unknown, required
  - `success` boolean, required — Whether the ping was successful
  - `response` unknown, required
  - `statusCode` number, required — The HTTP status code returned by the webhook endpoint
  - `date` unknown, required

---

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