---
title: "Fire a webhook.ping event at this subscription"
method: POST
path: "/api/v1/webhooks/{id}/ping"
tags: ["webhooks"]
---

# Fire a webhook.ping event at this subscription

`POST /api/v1/webhooks/{id}/ping`

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `202`

Ping enqueued for delivery.

- WebhooksFireWebhookPingResponse202
  - `eventId` string

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found on this account.

---

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