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

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

subscriptionId
string
required

Body

application/json
eventType
string
payload
object

Response

Test event attempted