{ "opencollection": "1.0.0", "info": { "name": "dotloop Public API v2 Account Loop Templates API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.dotloop.com/oauth/authorize", "accessTokenUrl": "https://auth.dotloop.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Loop Templates", "type": "folder" }, "items": [ { "info": { "name": "List loop templates.", "type": "http" }, "http": { "method": "GET", "url": "https://api-gateway.dotloop.com/public/v2/profile/:profile_id/loop-template", "params": [ { "name": "profile_id", "value": "", "type": "path" } ] }, "docs": "Lists the loop templates defined under a profile (scope template:read or loop:write)." }, { "info": { "name": "Get a loop template.", "type": "http" }, "http": { "method": "GET", "url": "https://api-gateway.dotloop.com/public/v2/profile/:profile_id/loop-template/:loop_template_id", "params": [ { "name": "profile_id", "value": "", "type": "path" }, { "name": "loop_template_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single loop template under a profile (scope template:read or loop:write)." } ] } ], "bundled": true }