{ "opencollection": "1.0.0", "info": { "name": "Lex Machina Alerts Authorization API", "version": "20260324" }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Oauth2 Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.lexmachina.com/oauth2/token", "params": [ { "name": "client_id", "value": "", "type": "query" }, { "name": "client_secret", "value": "", "type": "query" }, { "name": "grant_type", "value": "", "type": "query" } ] }, "docs": "Generates a shot lived bearer token used to authenticate an application to the rest of the API.\n\n- **client_id**: client id from the application\n- **client_secret**: client secret from the application\n- **grant_type**: only \"client_credentials\" are supported at this time\n\nSee [https://law.lexmachina.com/api-settings](https://law.lexmachina.com/api-settings) for application management." } ] } ], "bundled": true }