Delivers a test event to a single vault webhook subscription. Uses the same payload shape, signature, and retry behavior as production event delivery.
cURL
curl --request POST \ --url https://api.case.dev/vault/{id}/events/subscriptions/{subscriptionId}/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "eventType": "<string>", "objectId": "<string>", "payload": {} } '
API key starting with sk_case_
sk_case_
Vault ID
Subscription ID
Optional event type override for this test
Optional object ID for object-scoped payload testing
Optional additional fields merged into payload.data
Test event attempted
Was this page helpful?