Skip to content

Postman collection

The Postman collection is currently the most complete executable reference to the Bizmitra API. It covers the full endpoint surface, including areas these docs describe only in outline.

Get it

Download postman/bizmitra-tally-api.postman_collection.json from the examples repository and import it into Postman.

Configure

Set the collection variables:

VariableValue
base_urlhttps://bizmitra.io
key_idYour API key ID
secretThe secret shown when the key was created
company_idYour Bizmitra Developer Company ID
application_idYour application ID

Use development credentials

Postman stores variable values locally and includes them in exports. Use a dedicated development key and a test company, never production credentials.

First three requests

  1. Ping — confirms authentication.
  2. Company connector health — confirms the Connector and Tally are available.
  3. List pulled vouchers — a safe read against real data.

If ping fails, check the Authorization header format. If health fails, the problem is on the Tally machine, not in your request.

What is in it

GroupContents
VouchersInvoices, orders, credit and debit notes, purchases, receipts, payments, contras, journals
TransactionsStatus lookup, list
Pulled vouchersList, detail, acknowledge
ReportsStock summary, monthly stock, stock tree, stock vouchers, funds flow, P&L, TDS
MastersPush master, list jobs, job status
ProvisioningApplications, customers, companies
ConnectorsPairing codes, fleet management, health, disconnect
WebhooksCRUD, secret rotation, test event, deliveries

Full list in the API reference.

If you are logged into Bizmitra in the same browser Postman shares cookies with, a request can succeed on the session rather than on your API key — which makes a broken credential look fine until you deploy.

Disable cookie sending for the collection, or test from a clean profile.

Before sharing or committing an export

Postman exports include variable values and saved example responses. Both routinely carry credentials and customer data.

  • [ ] key_id, secret, company_id, and application_id are empty.
  • [ ] No cookies, tokens, or pairing codes are embedded.
  • [ ] Saved examples contain only fictional data.
  • [ ] No real GSTINs, party names, or invoice numbers.

See Security.

Keeping it current

The collection is updated as the API grows. Re-import periodically rather than working from a copy you downloaded months ago — new endpoints appear within v1, and the collection is usually where they show up first.

Documentation content is all rights reserved; code samples are MIT licensed. Use of the Bizmitra API, Connector App, and hosted services is governed separately by Bizmitra’s commercial terms.