← Back to all docs

ProMax API

ProMax is an all-in-one front-end retail platform for automotive dealerships, combining CRM, desking, credit, compliance, inventory, and data mining into a single "credit-driven retailing" workflow. An unofficial API lets you pull leads and customers, deal structures, inventory, lender and compliance results, and data-mining outputs—and push new leads, updated deals, appraisals, and forms back into ProMax.

By Alex KlarfeldMay 30, 2026
ProMax API

What is ProMax?

ProMax is an all-in-one front-end software platform for automotive dealerships, built around what the company calls "credit-driven retailing." ProMax Complete consolidates CRM, desking, credit, compliance, inventory, and data mining into a single connected workflow, so dealership teams structure deals, screen customers, and manage leads from one system rather than stitching together point tools.

Core product areas include:

  • Complete CRM (lead generation, call tracking, marketing, and a mobile app)
  • Desking with Lender Select (deal structuring and dealer reserve across multiple lenders)
  • Credit and Compliance (Red Flag alerts, OFAC and MLA screening, automated FTC compliance)
  • Inventory management and Appraisal Express
  • Data Mining for equity and conquest opportunities in the existing customer base
  • ID Verification and Fraud Detection, Employment & Income Verification, and Forms with e-signature

Common data entities:

  • Leads, Customers, Up logs, Tasks, and Communications
  • Deals, Desking scenarios, Lender quotes, and Dealer Reserve
  • Vehicles, Inventory, Appraisals, and Trade valuations
  • Compliance results (Red Flag, OFAC, MLA), Credit pulls, and Verifications
  • Forms, E-signatures, and Documents

The ProMax Integration Challenge

Dealerships run high-volume sales workflows on ProMax every day, but turning portal-driven desking and CRM activity into API-driven automation is non-trivial:

  • Partner-gated access: ProMax exposes a Data Exchange API, but custom integrations typically run through partnership and certification rather than self-serve developer keys
  • Dealer-by-dealer configuration: Lender setups, compliance rules, forms, and deal templates vary per store and rooftop—generic integrations break across dealers
  • Tightly coupled modules: CRM, Desking, Credit, and Compliance share state, so deal and customer data must stay consistent across all of them
  • Sensitive credit and compliance data: Credit pulls, OFAC/MLA screens, and Red Flag results carry regulatory weight and demand careful, audited handling
  • Mobile and web split: Reps work from both the ProMax mobile app and the web platform, so automation must reach data that surfaces across both
  • Authentication complexity: Dealer logins, role-based access, and session timeouts complicate headless, always-on automation

How Supergood Creates ProMax APIs

Supergood reverse-engineers ProMax's authenticated browser flows and Data Exchange surfaces to deliver a resilient API layer for your dealership's ProMax instance—covering CRM, desking, inventory, and compliance data together.

  • Handles dealer username/password and MFA securely in a managed session
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across Leads, Deals, Inventory, and Compliance so you integrate once and rely on consistent objects
  • Aligns with each dealer's lender setup, compliance rules, and form templates to keep access accurate and compliant

Use ProMax with AI agents: ProMax MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your modules, lender setup, and authentication model.

  • Supergood Generates and Validates Your API

We deliver a production-ready ProMax adapter tailored to your dealership configuration and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as ProMax evolves.

promax

API Endpoints

Authentication

POST/authenticate

Authenticate to a ProMax dealership instance with username/password or MFA and obtain a session token for downstream calls.

CRM

GET/leads

List leads and customers with filters for source, status, salesperson, and date range.

CRM

POST/create_lead

Create a new lead or customer record with contact details, source, and assignment.

Desking

GET/deals

Retrieve deal structures, desking scenarios, lender quotes, and dealer reserve for a customer.

Inventory

GET/inventory

Pull vehicle inventory, pricing, and appraisal records with availability and stock filters.

Compliance

GET/compliance_results

Fetch Red Flag, OFAC, and MLA screening results plus identity and income verification status for a deal.

Use Cases

Sync leads and customers into your CRM and marketing stack

- Pull new and updated leads, up logs, and communications from ProMax CRM - Push web, chat, and third-party leads back into ProMax with source attribution - Keep salesperson assignment and follow-up status aligned across systems

Automate desking and lender workflows

- Pull deal structures, lender quotes, and Lender Select dealer reserve into pricing and reporting tools - Trigger desking scenarios programmatically and return structured terms - Route approvals, declines, and rehashes without portal clicks

Reconcile inventory and appraisals

- Sync vehicle inventory, pricing, and Appraisal Express records into merchandising and pricing systems - Match trade appraisals against book values for consistent valuations - Surface aged units and equity opportunities to data-mining workflows

Stream compliance and verification results downstream

- Pull Red Flag, OFAC, and MLA screening outcomes into audit and deal-jacket systems - Attach identity, employment, and income verification results to each deal - Flag failed or pending compliance checks to retention and finance workflows

Technical Specifications

Authentication

Dealer username/password and MFA handled in a managed session

Connectivity

Authenticated browser flows plus ProMax's Data Exchange API where exposed by the dealer

Response format

Normalized JSON across Leads, Deals, Inventory, and Compliance objects

Rate limits

Adaptive throttling tuned to your dealership instance to avoid platform-side limits

Session management

Automatic session refresh, MFA replay handling, and credential rotation

Data freshness

Near real-time pulls for leads, deals, and inventory with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging

Webhooks

Event-style callbacks for new leads, deal updates, inventory changes, and compliance results

Latency

Sub-second reads on cached entities; multi-second writes when posting deals and forms

Throughput

Horizontally scaled workers sized to multi-rooftop lead and deal volume

Reliability

Retry, backoff, and idempotency keys for lead creation, deal updates, and form submissions

Adaptation

Continuous monitoring of ProMax releases and dealer-specific configuration drift

Frequently asked questions

Yes. Where your dealership has Data Exchange API access enabled, Supergood uses it directly, and supplements it with authenticated flows to cover CRM, desking, and compliance data the API doesn't expose.

No. Supergood works with your existing ProMax dealer credentials and entitlements. You don't need to become a certified integration partner to pull or push your own data.

Yes. Deal structures, lender quotes, and Lender Select dealer reserve are exposed through the same normalized API surface, so pricing and reporting tools can consume them programmatically.

Credit pulls, OFAC/MLA screens, and Red Flag results are handled with encrypted credential storage, scoped access, and audit logging, preserving the dealer's regulatory controls rather than forcing a generic schema.

Yes. Supergood profiles each store's lender setup, compliance rules, and form templates, so multi-rooftop dealer groups get consistent, per-store-accurate access across all locations.

Ready to get a real API?