{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Trust Requests API", "version": "v4" }, "items": [ { "info": { "name": "Trust Requests", "type": "folder" }, "items": [ { "info": { "name": "Create a new TrustRequest", "type": "http" }, "http": { "method": "POST", "url": "https://app.clio.com/api/v4/trust_requests.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "The fields to be returned. See response samples for what fields are available. For more information see the [fields section](#section/Fields)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Outlines the parameters and data fields used when creating a new TrustRequest" } ] } ], "bundled": true }