Updates callback URL, event filters, active state, or signing secret.
curl --request PATCH \
--url https://api.case.dev/usage/v1/subscriptions/{subscriptionId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"callbackUrl": "<string>",
"eventTypes": [
"<string>"
],
"isActive": true,
"signingSecret": "<string>",
"clearSigningSecret": true
}
'Was this page helpful?
curl --request PATCH \
--url https://api.case.dev/usage/v1/subscriptions/{subscriptionId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"callbackUrl": "<string>",
"eventTypes": [
"<string>"
],
"isActive": true,
"signingSecret": "<string>",
"clearSigningSecret": true
}
'