Creates a webhook subscription for matter and work-item events.
curl --request POST \
--url https://api.case.dev/matters/v1/{id}/events/subscriptions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"callbackUrl": "<string>",
"eventTypes": [
"<string>"
],
"signingSecret": "<string>"
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/matters/v1/{id}/events/subscriptions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"callbackUrl": "<string>",
"eventTypes": [
"<string>"
],
"signingSecret": "<string>"
}
'