{ "opencollection": "1.0.0", "info": { "name": "Zoho Sign Accounts Requests 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": "Requests", "type": "folder" }, "items": [ { "info": { "name": "List document requests", "type": "http" }, "http": { "method": "GET", "url": "https://sign.zoho.com/api/v1/requests", "params": [ { "name": "row_count", "value": "", "type": "query" }, { "name": "start_index", "value": "", "type": "query" }, { "name": "sort_column", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" } ] }, "docs": "List document requests" }, { "info": { "name": "Create document request", "type": "http" }, "http": { "method": "POST", "url": "https://sign.zoho.com/api/v1/requests", "body": { "type": "json", "data": "{}" } }, "docs": "Create document request" }, { "info": { "name": "Get document request", "type": "http" }, "http": { "method": "GET", "url": "https://sign.zoho.com/api/v1/requests/:request_id", "params": [ { "name": "request_id", "value": "", "type": "path" } ] }, "docs": "Get document request" }, { "info": { "name": "Update request", "type": "http" }, "http": { "method": "PUT", "url": "https://sign.zoho.com/api/v1/requests/:request_id", "params": [ { "name": "request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update request" }, { "info": { "name": "Delete request", "type": "http" }, "http": { "method": "DELETE", "url": "https://sign.zoho.com/api/v1/requests/:request_id", "params": [ { "name": "request_id", "value": "", "type": "path" } ] }, "docs": "Delete request" } ] } ], "bundled": true }