---
title: "Notify a webhook subscription"
method: POST
path: "/webhooks/{id}/notify"
tags: ["Webhooks"]
---

# Notify a webhook subscription

`POST /webhooks/{id}/notify`

Notifies a webhook subscription with a 'noop' event type.
            
Used for testing purposes.

## Path parameters

- `id` string, required

## Response `200`

When request is successful. Notifies the webhook subscription.

## Other responses

- `400` — When an unsupported request is made.

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/revisions/197984da9b42/schema)
