Skip to main content
POST
Send Test Global Webhook Event

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

Idempotency-Key
string
required

A unique key you generate (1-50 printable ASCII characters, no spaces) so retrying this request never creates a duplicate. Reusing a key is rejected.

Required string length: 1 - 50
Pattern: ^[!-~]+$

Path Parameters

subscription_id
string<uuid>
required

The webhook subscription.

Response

Successful Response

event_id
string<uuid>
required

The webhook.test event that was created.

delivery_id
string<uuid> | null
required

Delivery created for the event, to inspect with Get Delivery. null if no delivery was created, in which case queued is false.

queued
boolean
required

Whether the test event was queued for delivery. The test event bypasses the subscription's event-type filter, so it is sent even if the subscription does not select webhook.test.