BundleUp logo
_

Zoho Books

Online accounting software for managing finances, automating business workflows, and handling invoicing.

API Configuration

Base URL:
https://www.zohoapis.com/books
Type:
REST

Unified MCP Tools

companies
Retrieve a list of companies from Zoho Books.
contacts
Retrieve a list of contacts from Zoho Books.

Unified API

/crm/companies
Retrieve a list of accounts (companies) from Zoho.
/crm/contacts
Retrieve a list of contacts from Zoho.
Proxy request
curl https://proxy.bundleup.io/[...] \
  -H "Authorization: Bearer sk_live_123" \
  -H "BU-Connection-Id: conn_abc123"
Unified API request
curl https://unify.bundleup.io/v1/crm/companies \
  -H "Authorization: Bearer sk_live_123" \
  -H "BU-Connection-Id: conn_abc123"