GET
/apimgmt.php?resource=companies
List all companies or get single company by id
GET
/apimgmt.php?resource=companies&id={companyid}
Get full company JSON for given companyid
GET
/apimgmt.php?resource=users
List all users (passwords excluded)
GET
/apimgmt.php?resource=partners
List all partners with contact details
GET
/apimgmt.php?resource=orders
List subscription orders (filter by status optional)
GET
/apimgmt.php?resource=payments
List all payment records
GET
/apimgmt.php?resource=subscriptions
Module subscription status — active/grace/expired per company
GET
/apimgmt.php?resource=ledger&companyid={coid}&ledgerid={lid}
Get full ledger JSON for given company + ledger
GET
/apimgmt.php?resource=modules
Module list, icons, pricing, cloud storage plans
GET
/apimgmt.php?resource=info (or empty)
API info — all endpoints listed with params
POST
/apimgmt.php?resource=action=update_expiry
Update subscription expiry date for a company+module
POST
/apimgmt.php?resource=action=add_company
Create new company entry + folder structure
POST
/apimgmt.php?resource=action=generate_order
Generate proforma order with GST calculation