Skip to main content
POST
/
usage
/
v1
/
subscriptions
curl -X POST "https://api.case.dev/usage/v1/subscriptions" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "callbackUrl": "<string>" }'

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_

Body

application/json
callbackUrl
string<uri>
required
eventTypes
string[]
signingSecret
string

Response

Usage webhook subscription created successfully