Delivers a test event to a single usage webhook subscription using the same payload shape and signing behavior as production delivery.
curl --request POST \
--url https://api.case.dev/usage/v1/subscriptions/{subscriptionId}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "<string>",
"payload": {}
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/usage/v1/subscriptions/{subscriptionId}/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"eventType": "<string>",
"payload": {}
}
'