Skip to main content
PATCH
/
usage
/
v1
/
subscriptions
/
{subscriptionId}
curl -X PATCH "https://api.case.dev/usage/v1/subscriptions/%3Cstring%3E" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "callbackUrl": "<string>", "eventTypes": [ "<string>" ], "isActive": true }'

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
callbackUrl
string<uri>
eventTypes
string[]
isActive
boolean
signingSecret
string
clearSigningSecret
boolean

Response

Subscription updated successfully