Back to catalog
📈

Zoho Books

OAuth

Online accounting software, built for your business

📈FinanceHTTPS

Zoho Books Invoice

Invoice summary from Zoho Books accounting

Invoice IdINV-000182
Customer NameAcme Corp
Due Date2025-04-01
Total4,250
StatusSent

Sample Response

response.json
1{
2 "invoice_id": "INV-000182",
3 "customer_name": "Acme Corp",
4 "due_date": "2025-04-01",
5 "total": 4250,
6 "status": "Sent"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.zoho.com/books/api/v3/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs