{ "opencollection": "1.0.0", "info": { "name": "Zoho Mail Accounts API", "version": "1.0.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": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get authenticated user accounts", "type": "http" }, "http": { "method": "GET", "url": "https://mail.zoho.com/api/accounts", "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}}" } } }, "docs": "Retrieve the account details of the currently authenticated user." }, { "info": { "name": "Get account details", "type": "http" }, "http": { "method": "GET", "url": "https://mail.zoho.com/api/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique identifier for the email account." } ], "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}}" } } }, "docs": "Retrieve details for a specific account by ID." }, { "info": { "name": "Update account settings", "type": "http" }, "http": { "method": "PUT", "url": "https://mail.zoho.com/api/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The unique identifier for the email account." } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Modify account settings including display name, email address, forwarding, vacation reply, and mail processing sequence." }, { "info": { "name": "Admin update user account", "type": "http" }, "http": { "method": "PUT", "url": "https://mail.zoho.com/api/organization/:zoid/accounts/:accountId", "params": [ { "name": "zoid", "value": "", "type": "path", "description": "The unique identifier for the organization." }, { "name": "accountId", "value": "", "type": "path", "description": "The unique identifier for the email account." } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Admin endpoint to modify user account settings including display name, email address, forwarding, vacation reply, and mail processing sequence." } ] } ], "bundled": true }