Skip to content

Create a subscription

Request

Create a webhook subscription to receive notifications on events occuring in LawVu

Body

Details of the webhook subscription to create

topicsArray of strings(WebhookTopicArray)required
subscriptionUrlstring, (uri), [ 1 .. 2048 ] charactersrequired

The publicly accessible URL of the endpoint which will be notified

clientStatestring or null, <= 128 characters

A custom string which will be included with each notification to help identify the notification came from LawVu

{ "topics": [ "matter.created", "matter.updated", "matter.status.updated" ], "subscriptionUrl": "https://myapplication.com/incomingwebhooks", "clientState": "supersecretstring" }

Responses

The ID of the created subscription

Body
integer, (int32)
Response
0