Skip to main content
POST
/
usage
/
v1
/
subscriptions
/
{subscriptionId}
/
test
curl -X POST "https://api.case.dev/usage/v1/subscriptions/%3Cstring%3E/test" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "eventType": "<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

subscriptionId
string
required

Body

application/json
eventType
string
payload
object

Response

Test event attempted