Zoho Books
Online accounting software for managing finances, automating business workflows, and handling invoicing.
https://www.zohoapis.com/books
Terminal
curl https://proxy.bundleup.io/[...] \
-H "Authorization: Bearer Zw7Lt7..." \
-H "BU-Connection-Id: conn_abc123" Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
No Unified MCP tools available.
Unified API Endpoints
/me
Retrieve the Zoho Books account this connection is authenticated as. Zoho Books authorizes per organization, so this returns the first organization on the account.
