logo

QuickManager API

Build on QuickManager. RESTful API with comprehensive endpoints across all modules.

Overview

The QuickManager API is a REST API that uses standard HTTP response codes, authentication, and JSON for both requests and responses. Available on Business and Enterprise plans.


Authentication

API requests are authenticated using API keys generated from Settings → API Keys. Pass your key in the Authorization header: Authorization: Bearer YOUR_API_KEY


Base URL

https://api.quickmanager.in/v1 — your tenant context is determined automatically from your API key.


Available Endpoints

Items, Customers, Suppliers, Sales Invoices, Purchase Bills, Payments, Inventory, Reports, GSTIN, Companies, Webhooks. Full reference at docs.quickmanager.in/api.


Rate Limits

1,000 requests per minute per API key. Higher limits available for Enterprise.


Webhooks

Subscribe to events: invoice.created, invoice.paid, bill.received, payment.received, stock.low. Configurable delivery with retries.


SDKs

Official SDKs available in JavaScript/TypeScript (npm: @quickmanager/sdk), Python (pip: quickmanager), and PHP (composer: quickmanager/php-sdk).