N
Built for Nimbus FX
Connecting the ledger…
Schedule a demoDocs
Nimbus FX · connect your customer's ERP

Where does Lumen Interiors GmbH keep its books?

Your customer authorizes once through Apideck Vault. The same code below works for every connector — you never build a per-ERP integration.

+ 45 more — QuickBooks Desktop, Sage 50, Sage 200, Zoho Books, MYOB, FreshBooks, Odoo, Moneybird, Pennylane and more. Apideck connects to 45+ ERP & accounting systems through one API.

Consumer: lumen-interiors

The one call that starts it all

POSTPOST /vault/sessions
Headers
Content-Type:application/json
x-apideck-app-id:demo-app-id
x-apideck-consumer-id:lumen-interiors
x-apideck-service-id:netsuite
Authorization:Bearer sk_live_•••••
Request body
{
  "consumer_metadata": {
    "account_name": "Lumen Interiors GmbH"
  },
  "redirect_uri": "https://app.example.com/callback"
}

In Live mode this launches the real @apideck/vault-js widget with the session token. In Mock mode (no credentials) it opens a stand-in with the same UX.