N
Built for Nimbus FX
Connecting the ledger…
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-interiorsThe one call that starts it all
POST
POST /vault/sessionsHeaders
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.