LawVu Account (1.0)
Apis for account related resources (authentication, profiles, organisation details etc)
Download OpenAPI description
Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/account-apis/
Production API
https://api.lawvu.com/account-apis/
- Sandbox API
https://api-sandbox.lawvu.com/account-apis/v1/teams
- Production API
https://api.lawvu.com/account-apis/v1/teams
- Payload
- JavaScript
- Node.js
- C#
- Python
No request payload
Response
[
{
"id": 1,
"name": "Team 1"
},
{
"id": 2,
"name": "Team 2"
}
]