Create a webhook subscription to receive notifications on events occuring in LawVu
Details of the webhook subscription to create
The publicly accessible URL of the endpoint which will be notified
- Sandbox APIhttps://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions
- Production APIhttps://api.lawvu.com/account-apis/v1/webhooks/subscriptions
{ "topics": [ "matter.created", "matter.updated", "matter.status.updated" ], "subscriptionUrl": "https://myapplication.com/incomingwebhooks", "clientState": "supersecretstring" }
Response
0