Apis for account related resources (authentication, profiles, organisation details etc)
LawVu Account (1.0)
Download OpenAPI description
Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/account-apis/
Production API
https://api.lawvu.com/account-apis/
Body
- application/json-patch+json
- application/json
- text/json
- application/*+json
Details of the webhook subscription to create
Items Enum"matter.created""matter.updated""contract.created""contract.updated""matter.status.updated""contract.status.updated""matter.file.created""contract.file.created""matter.file.updated""contract.file.updated"
The publicly accessible URL of the endpoint which will be notified
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions
- Production API
https://api.lawvu.com/account-apis/v1/webhooks/subscriptions
- Payload
- JavaScript
- Node.js
- C#
- Python
{ "topics": [ "matter.created", "matter.updated", "matter.status.updated" ], "subscriptionUrl": "https://myapplication.com/incomingwebhooks", "clientState": "supersecretstring" }
Response
No response example
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions
- Production API
https://api.lawvu.com/account-apis/v1/webhooks/subscriptions
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload
Response
[
{
"id": 1,
"topics": [
"matter.created",
"matter.updated",
"matter.status.updated"
],
"subscriptionUrl": "https://myapplication.com/incomingwebhooks",
"clientState": "supersecretstring",
"status": "failed",
"createdDateUtc": "2022-10-11T23:54:04.017",
"createdBy": "461fffa2-950f-4961-b313-09fef67d419c",
"modifiedDateUtc": "2022-12-19T23:54:04.017",
"modifiedBy": "461fffa2-950f-4961-b313-09fef67d419c"
},
{
"id": 2,
"topics": [
"contract.created"
],
"subscriptionUrl": "https://myapplication.com/incomingwebhooks/example",
"clientState": "my client state",
"status": "active",
"createdDateUtc": "2022-10-15T23:54:04.017",
"createdBy": "461fffa2-950f-4961-b313-09fef67d419c",
"modifiedDateUtc": "2022-12-21T23:54:04.017",
"modifiedBy": "461fffa2-950f-4961-b313-09fef67d419c"
}
]
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions/{id}
- Production API
https://api.lawvu.com/account-apis/v1/webhooks/subscriptions/{id}
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload
Response
{
"id": 1,
"topics": [
"matter.created",
"matter.updated",
"matter.status.updated"
],
"subscriptionUrl": "https://myapplication.com/incomingwebhooks",
"clientState": "my client state",
"status": "active",
"createdDateUtc": "2022-10-11T23:54:04.017",
"createdBy": "461fffa2-950f-4961-b313-09fef67d419c",
"modifiedDateUtc": "2022-12-19T23:54:04.017",
"modifiedBy": "461fffa2-950f-4961-b313-09fef67d419c"
}
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions/{id}
- Production API
https://api.lawvu.com/account-apis/v1/webhooks/subscriptions/{id}
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload