{ "opencollection": "1.0.0", "info": { "name": "Zoho Sign Accounts Templates API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "accessTokenUrl": "https://accounts.zoho.com/oauth/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://sign.zoho.com/api/v1/templates" }, "docs": "List templates" }, { "info": { "name": "Get template", "type": "http" }, "http": { "method": "GET", "url": "https://sign.zoho.com/api/v1/templates/:template_id", "params": [ { "name": "template_id", "value": "", "type": "path" } ] }, "docs": "Get template" } ] } ], "bundled": true }