Delivers a test event to a single vault webhook subscription. Uses the same payload shape, signature, and retry behavior as production event delivery.
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_
Test event attempted
Was this page helpful?
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": {}
}
'