LawVu Account (1.0)
Apis for account related resources (authentication, profiles, organisation details etc)
https://api-sandbox.lawvu.com/account-apis/
https://api.lawvu.com/account-apis/
- application/json-patch+json
- application/json
- text/json
- application/*+json
The email thread to create
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/emails/threads
- Production API
https://api.lawvu.com/account-apis/v1/emails/threads
- Payload
- JavaScript
- Node.js
- C#
- Python
{ "threadIdentifier": "string", "track": true, "client": "Outlook", "matterId": 0, "fileId": 0, "contractId": 0 }
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/emails/threads/page
- Production API
https://api.lawvu.com/account-apis/v1/emails/threads/page
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload
No response example
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/emails/drafts
- Production API
https://api.lawvu.com/account-apis/v1/emails/drafts
- Payload
- JavaScript
- Node.js
- C#
- Python
{ "sourceId": "string", "authorEmailAddress": "string", "expectedFromAddress": "string", "matterId": 0, "mode": "Message", "recipients": [ { … } ] }
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/emails/drafts/{draftId}
- Production API
https://api.lawvu.com/account-apis/v1/emails/drafts/{draftId}
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/emails/drafts/{draftId}
- Production API
https://api.lawvu.com/account-apis/v1/emails/drafts/{draftId}
- Payload
- JavaScript
- Node.js
- C#
- Python
{ "matterId": 0, "mode": "Message", "recipients": [ { … } ] }
- application/json-patch+json
- application/json
- text/json
- application/*+json
External Reference IDs associated to emails
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/emails/threads/byExternalReferenceId
- Production API
https://api.lawvu.com/account-apis/v1/emails/threads/byExternalReferenceId
- Payload
- JavaScript
- Node.js
- C#
- Python
{ "externalReferenceIds": [ "string" ] }
No response example