---
title: "Test a webhook"
method: POST
path: "/v1/webhooks/{id}/test"
tags: ["Webhooks"]
---

# Test a webhook

`POST /v1/webhooks/{id}/test`

Send a test event to verify the webhook endpoint is working. **Requires a secret key (sk_).**

## Path parameters

- `id` string, required

## Response `200`

Test event sent

- object — Test event sent
  - `message` string
  - `deliveryId` string, nullable
  - `status` 'DELIVERED' | 'FAILED' | 'NOT_SENT'
  - `responseCode` integer, nullable

## Other responses

- `401` — Unauthorized
- `404` — Webhook not found

---

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