---
title: "Create matter webhook subscription"
method: POST
path: "/matters/v1/{id}/events/subscriptions"
tags: ["Matters"]
---

# Create matter webhook subscription

`POST /matters/v1/{id}/events/subscriptions`

Creates a webhook subscription for matter and work-item events.

## Path parameters

- `id` string, required

## Request body

- object
  - `callbackUrl` string, uri, required
  - `eventTypes` string[]
  - `signingSecret` string

## Response `201`

Matter webhook subscription created successfully

## Other responses

- `401` — Invalid API key
- `403` — Insufficient permissions
- `404` — Matter not found

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
