The next generation of the LawVu API.
https://api-sandbox.lawvu.com/
https://api.lawvu.com/
https://api-sandbox.lawvu.com/v2/contracts/{contractId}
https://api.lawvu.com/v2/contracts/{contractId}
No request payload
OK
The expiry date of the contract. The date and time uses the ISO-8601 format and will be in the Local timezone of the organization
A unique user defined identifier that can be used to reference another system
The collection of fields associated with the contract
Is the contract only available to members. An indicator where the contract requires membership to access
The current status of the contract
{ "created": { "dateUtc": "2024-12-25T00:00:00Z", "user": { … }, "userName": "api.developer@lawvu.com" }, "document": { "id": 9456, "name": "Standard NDA.docx", "version": 3 }, "expiry": "2024-12-25T00:00:00", "externalId": "external-01", "fields": { "my_text_field": "my text value", "my_decimal_field": 78659.84, "my_boolean_field": true, "my_date_field": "2025-05-06", "my_option_field": { … }, "my_multioption_field": [ … ], "my_user_field": { … } }, "id": 5348, "name": "My contract", "owner": { "email": "api.developer@lawvu.com", "firstName": "Api", "id": "f0f1e06e-3005-4093-af7f-1934d55617e1", "lastName": "Developer", "organizationId": 8134 }, "restricted": false, "status": "Active", "teamAssigned": { "id": 469, "name": "Legal - Commercial" }, "type": { "id": 1234, "name": "NDA" } }
The expiry date of the contract. The date and time uses the ISO-8601 format and will be in the Local timezone of the organization
A unique user defined identifier that can be used to reference another system
The collection of fields associated with the contract
Is the contract only available to members. An indicator where the contract requires membership to access
The current status of the contract
https://api-sandbox.lawvu.com/v2/contracts/{contractId}
https://api.lawvu.com/v2/contracts/{contractId}
{ "expiry": "2019-08-24T14:15:22Z", "externalId": "string", "fields": { "my_text_field": "my text value", "my_decimal_field": 78659.84, "my_boolean_field": true, "my_date_field": "2025-05-06", "my_option_field": { … }, "my_multioption_field": [ … ], "my_user_field": { … } }, "name": "string", "owner": { "id": "f0f1e06e-3005-4093-af7f-1934d55617e1" }, "restricted": false, "status": "Draft", "teamAssigned": { "id": 469 } }
The type of the contract
The contract document. This is only optional if the contract type has a wizard
The expiry date of the contract. The date and time uses the ISO-8601 format and will be in the Local timezone of the organization
A unique user defined identifier that can be used to reference another system
The collection of fields associated with the contract
Is the contract only available to members. An indicator where the contract requires membership to access
https://api-sandbox.lawvu.com/v2/contracts
https://api.lawvu.com/v2/contracts
{ "type": { "id": 1234 }, "document": { "id": 9456 }, "expiry": "2024-12-25T00:00:00", "externalId": "external-01", "fields": { "my_text_field": "my text value", "my_decimal_field": 78659.84, "my_boolean_field": true, "my_date_field": "2025-05-06", "my_option_field": { … }, "my_multioption_field": [ … ], "my_user_field": { … } }, "name": "My contract", "owner": { "id": "f0f1e06e-3005-4093-af7f-1934d55617e1" }, "restricted": false, "teamAssigned": { "id": 469 } }
{ "id": 5348 }
https://api-sandbox.lawvu.com/v2/contracts/{contractId}/files/{fileId}
https://api.lawvu.com/v2/contracts/{contractId}/files/{fileId}
No request payload
{ "contentType": "text/plain", "created": { "dateUtc": "2024-12-25T00:00:00Z", "user": { … }, "userName": "api.developer@lawvu.com" }, "displayId": "LV0001-0000123.1", "folder": { "id": 786, "name": "Drafts" }, "id": 9456, "modified": { "dateUtc": "2024-12-25T00:00:00Z", "userName": "api.developer@lawvu.com" }, "name": "document.txt", "resource": { "id": 78914, "type": "Contract" }, "restricted": false, "size": 18139, "version": 3 }
https://api-sandbox.lawvu.com/v2/contractTypes
https://api.lawvu.com/v2/contractTypes
No request payload
{ "items": [ { … } ] }