{ "opencollection": "1.0.0", "info": { "name": "LawVu Account Auth API", "version": "1.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Get token", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.lawvu.com/account-apis/v1/auth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "username", "value": "" }, { "name": "password", "value": "" }, { "name": "refresh_token", "value": "" }, { "name": "code", "value": "" }, { "name": "redirect_uri", "value": "" }, { "name": "SSOId", "value": "" }, { "name": "SAMLResponse", "value": "" }, { "name": "region_hint", "value": "" } ] } }, "docs": "Get a token to access the rest of the LawVu APIs" } ] } ], "bundled": true }