Skip to main content
POST
/
webhooks
/
v1
/
endpoints
curl -X POST "https://api.case.dev/webhooks/v1/endpoints" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "<string>", "eventTypeFilters": [ "<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
url
string<uri>
required

HTTPS callback URL that will receive event deliveries

eventTypeFilters
string[]
required

Glob patterns of event types to deliver (e.g. "vault.", "ocr.job.completed", "")

description
string

Human-readable label for this endpoint

resourceScopes
object

Optional per-resource allowlists. If vaultIds is set, only events for those vaults are delivered. Same for matterIds.

Response

Webhook endpoint created successfully