Vaults

Send test webhook event

Delivers a test event to a single vault webhook subscription. Uses the same payload shape, signature, and retry behavior as production event delivery.

post/vault/{id}/events/subscriptions/{subscriptionId}/test

Path parameters

idstring required

Vault ID

subscriptionIdstring required

Subscription ID

Request body

eventTypestring

Optional event type override for this test

objectIdstring

Optional object ID for object-scoped payload testing

payloadobject

Optional additional fields merged into payload.data

Response

Test event attempted

Changes