Skip to main content
POST
/
vault
/
{id}
/
events
/
subscriptions
/
{subscriptionId}
/
test
curl -X POST "https://api.case.dev/vault/%3Cstring%3E/events/subscriptions/%3Cstring%3E/test" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "eventType": "<string>", "objectId": "<string>", "payload": {} }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

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