Skip to main content
POST
/
vault
/
{id}
/
events
/
subscriptions
/
{subscriptionId}
/
test
Send test webhook event
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": {}
}
'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Vault ID

subscriptionId
string
required

Subscription ID

Body

application/json
eventType
string

Optional event type override for this test

objectId
string

Optional object ID for object-scoped payload testing

payload
object

Optional additional fields merged into payload.data

Response

Test event attempted