← NZRT Knowledge API

000DOL — Dolibarr ERP

CRM, invoicing, HR, products, and agent REST API patterns for the NZRT ERP system.

Endpoints

PathDescriptionAuth
GET /app/dol/search?q= Full-text search across Dolibarr vault x402 $0.001
GET /app/dol/note?section=&file= Fetch a specific Dolibarr knowledge note x402 $0.001

Section Reference

section=Description
01 - Product ManagementCatalogue, stock, BOM, manufacturing
02 - Customer & SalesProposals, orders, invoices, POS, opportunities
03 - Supplier & PurchaseVendors, purchase orders, delivery, invoices
04 - Finance & AccountingAccounting, bank, payments, reports
05 - CollaborationCalendar, projects, events
06 - Human ResourcesStaff, leave, expenses, timesheets
07 - Document ManagementEDM, emailing, email collector
08 - AdministrationUsers, permissions, modules
09 - IntegrationsWordPress, REST API, payments, LDAP
10 - ReferenceAPI reference, troubleshooting
11 - ConfigurationAPI keys, SMTP, database settings

Usage Examples

# Search Dolibarr vault
curl -i "https://api.nzrtnetwork.com/app/dol/search?q=invoice"

# Fetch a note
curl -i "https://api.nzrtnetwork.com/app/dol/note?section=09+-+Integrations&file=REST+API"

x402-compatible clients handle payment automatically. Contact nathan@nzrtnetwork.com for MCP server access.