Acumatica ships a versioned Contract-Based REST API exposing 200+ business objects plus OData reads, webhooks, and OAuth 2.0. There is no self-serve sandbox: access requires a licensed tenant and license tiers cap concurrent requests. The JSON wrapper forces a .value accessor on every field.
Acumatica scores D+ on the API Report Card. Acumatica ships a versioned Contract-Based REST API exposing 200+ business objects plus OData reads, webhooks, and OAuth 2.0. There is no self-serve sandbox: access requires a licensed tenant and license tiers cap concurrent requests. The JSON wrapper forces a .value accessor on every field.
Without a usable official API, teams fall back on manual exports, file drops, or one-off vendor integrations. The other option is an unofficial API layer like Supergood that automates the authenticated web app directly.
Acumatica is a browser-native, multi-tenant Cloud ERP (also available in private-cloud and on-prem deployments) built from scratch on the C#/.NET xRP platform.
Vertical: Enterprise/HR/ERP, specifically Cloud ERP for the mid-market. Finance teams live in Acumatica running AR, AP, GL, bank reconciliation, multi-entity and multi-currency consolidation, fixed assets, deferred revenue schedules, recurring transactions, and month/quarter/year-end close, with sub-ledgers for projects, manufacturing, distribution, and field service all flowing into GL.
Acumatica is consistently named alongside Oracle NetSuite, Microsoft Dynamics 365 Business Central / F&O, Sage Intacct, SAP Business One, Epicor Kinetic, Infor CloudSuite, and Workday Adaptive in mid-market cloud ERP RFPs.
Yes, Acumatica is the operational system of record for essentially every revenue-, production-, inventory-, and finance-critical dataset at a customer.
Acumatica was founded in 2008 in Bellevue, WA, on a from-scratch C#/.NET browser-native architecture (the xRP platform).
Contract-Based REST API JSON wrapper forces a `.value` accessor on every field, 'doubling the complexity of transformation logic' and adding significant boilerplate to every integration. Underlying architecture is effectively stateful (cookie/login session per API call sequence) even with OAuth 2.0 Bearer tokens, contradicting standard REST expectations and creating reconnection/session-management overhead. Full sourced list under Sources below.
Common alternatives include Oracle NetSuite, Microsoft Dynamics 365 Business Central, Sage Intacct, SAP Business One / SAP S/4HANA Cloud Public Edition, Epicor Kinetic, Infor CloudSuite (Industrial/SyteLine, Distribution, Construction). Graded alternatives appear under "More from the report card" below.
Grades measure one thing: can a customer's engineering team get their own data out programmatically? We check six things (whether a real API exists, how access is gated, data coverage, auth quality, docs and developer experience, and stability) and roll them into a letter grade. Grades get re-verified, and they only move on evidence.
Yes. Supergood maintains an unofficial Acumatica API and MCP server so AI agents and internal tools can read and write Acumatica data. See the Acumatica integration docs at supergood.ai/docs/acumatica-api.