← Back to all docs

Confident Cannabis API

Confident Cannabis (now Confident LIMS) is a cloud lab information management system and wholesale marketplace powering cannabis testing labs, cultivators, manufacturers, and distributors. An unofficial API lets you programmatically pull samples, test results, Certificates of Analysis, products, and marketplace orders—and push lab data, sample submissions, and result revisions back into Confident Cannabis.

By Alex KlarfeldMay 30, 2026
Confident Cannabis API

What is Confident Cannabis?

Confident Cannabis (now Confident LIMS) is a cloud-based laboratory information management system and wholesale marketplace for the cannabis industry. Testing labs use Confident to manage sample intake, run assays, publish Certificates of Analysis, and connect to a client portal network of 15,000+ testing clients, while cultivators, manufacturers, and distributors use the wholesale marketplace and integrations to share lab data, list products, and transact across the supply chain. The platform also handles regulatory exports to seed-to-sale systems like METRC and BioTrack.

Core product areas include:

  • Confident LIMS (sample management, test assays and methods, results, compliance & quality workflows)
  • Certificates of Analysis (COA generation, revisions, and publishing)
  • Client Portal & Network (self-service test ordering, sample submission, and results access)
  • Wholesale Marketplace (product listings, orders, invoicing, and payments via PayQwick)
  • Instrument and regulatory integrations (HPLC, GC, ICP-MS, scales; METRC and BioTrack exports)
  • Partner integrations (Canix, Acumatica, Agrify, Trym, QuickBooks Online, Zapier)

Common data entities:

  • Samples, Intake Records, Sample Status, Batches, SKUs
  • Test Assays, Methods, Results, Result Revisions
  • Certificates of Analysis (COAs), Reports, Attachments
  • Products, Listings, Marketplace Orders, Invoices, Payments
  • Client Accounts, Orders, Audit Trails, Compliance Logs
  • Regulatory Exports (METRC, BioTrack)

The Confident Cannabis Integration Challenge

Labs and supply-chain operators run mission-critical workflows on Confident Cannabis daily, but turning portal- and subscription-gated workflows into API-driven automation is non-trivial:

  • API access is gated: integrations are paid features under subscription plans, with documentation available only on request and fees that vary by samples tested per month
  • Authenticated portal scope: much of the result-access, ordering, and marketplace surface lives behind the logged-in client portal rather than open endpoints
  • Lab vs. marketplace split: LIMS sample/result data and wholesale marketplace product/order data have distinct object models and lifecycle states
  • Result revisions and versioning: COAs and test results can be revised, requiring careful version and effective-state handling
  • Compliance coupling: regulatory exports to METRC and BioTrack mean data movements carry audit-trail and reason-code requirements
  • Document workflows: COAs, reports, and label data need careful download, attachment, and template handling for real-time printing and sharing

How Supergood Creates Confident Cannabis APIs

Supergood reverse-engineers authenticated browser flows and Confident Cannabis's portal and partner surfaces to deliver a resilient API layer for your lab or marketplace account—across LIMS and wholesale workflows.

  • Handles username/password and MFA (SMS, email, TOTP) securely
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across Samples, Results, COAs, Products, and Orders so you integrate once and rely on consistent objects
  • Aligns with your account's entitlements, result revisions, and regulatory-export state to ensure compliant access

Use Confident Cannabis with AI agents: Confident Cannabis MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your modules, lab vs. marketplace scope, and authentication model.

  • Supergood Generates and Validates Your API

We deliver a hardened Confident Cannabis adapter tailored to your account configuration and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Confident Cannabis evolves.

confident

API Endpoints

Authentication

POST/authenticate

Authenticate to a Confident Cannabis account using username/password or MFA and obtain a session token for downstream calls.

Samples

GET/samples

List samples across intake, in-progress, and completed states with filters for client, batch, SKU, and date range.

Samples

POST/create_sample

Submit a new sample for testing with client, product, batch, and requested assay details.

Results

GET/results

Retrieve test results and revisions for samples, including assay values, methods, and pass/fail status.

Certificates

GET/coas

Pull Certificates of Analysis as structured data or document downloads, including revision history.

Marketplace

GET/products

List marketplace products and listings with linked lab data, batch, and SKU details.

Marketplace

GET/orders

Retrieve wholesale marketplace orders, invoices, and payment status across buyers and sellers.

Use Cases

Sync lab results and COAs into downstream systems

- Pull test results, revisions, and Certificates of Analysis from Confident LIMS into a warehouse or label printer in real time - Push result data to ERP, inventory, and compliance tools as samples complete testing - Trigger real-time label printing with current pass/fail and potency data

Automate sample intake and tracking

- Submit new samples programmatically with client, product, batch, and assay details - Track sample status from intake through results without portal clicks - Reconcile sample and batch records against seed-to-sale exports in METRC and BioTrack

Power the wholesale marketplace and accounting

- Sync marketplace product listings and linked lab data across cultivators, manufacturers, and distributors - Pull wholesale orders, invoices, and PayQwick payment status into accounting and AR systems - Push QuickBooks Online invoice syncs from sales to accounting teams

Keep client portal and partner data in sync

- Mirror client accounts, orders, and results access across the portal network and CRM - Stream COA and result events to BI and customer-experience tools - Trigger partner workflows (Canix, Agrify, Trym) when results or listings change

Technical Specifications

Authentication

Username/password and MFA (SMS, email, TOTP) handled in a managed session

Connectivity

Authenticated portal flows plus Confident's RESTful API where exposed under your subscription

Response format

Normalized JSON across Samples, Results, COAs, Products, and Orders objects

Rate limits

Adaptive throttling tuned to your account to avoid platform-side limits and per-sample subscription tiers

Session management

Automatic session refresh, MFA replay handling, and credential rotation

Data freshness

Near real-time pulls for samples, results, and orders with optional scheduled batch syncs

Security

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

Webhooks

Event-style callbacks for sample status changes, result publication, COA revisions, and new orders

Latency

Sub-second reads on cached entities; multi-second writes when posting samples and marketplace orders

Throughput

Horizontally scaled workers sized to lab sample volume and marketplace transaction load

Reliability

Retry, backoff, and idempotency keys for sample submissions, result revisions, and order transactions

Adaptation

Continuous monitoring of Confident Cannabis releases, portal changes, and regulatory-export configuration drift

Frequently asked questions

Yes. Supergood normalizes data across Confident LIMS sample and result entities and the wholesale marketplace's products, listings, and orders, so you integrate lab and supply-chain data through one consistent surface.

Confident's native API integrations are paid features with fees that vary by samples tested per month. Supergood works against your authenticated account and entitlements, so you can automate workflows whether or not the native API tier is enabled.

COAs and test results are exposed with their revision history, so you can pull the current published version or track changes over time. Supergood preserves revision state rather than flattening it into a single value.

Yes. Supergood normalizes sample, batch, and order data so it can flow to seed-to-sale systems like METRC and BioTrack and to accounting tools like QuickBooks Online, mirroring Confident's existing integration partners.

Each account is profiled against its configured assays, methods, product catalog, and entitlements. Supergood preserves your lab's fields, lifecycle states, and marketplace settings rather than forcing a generic schema.

Ready to get a real API?