S
Built for Spendly
Demoing on Beacon Robotics Inc.'s ledger…
Spendly · connect your customer's ledger
Where does Beacon Robotics Inc. keep its books?
Your customer authorizes once through Apideck Vault. The same code below works for every connector — you never build a per-ledger integration.
+ 11 more that support this flow — Sage Business Cloud Accounting, Zoho Books, Odoo, Moneybird, Stripe, Workday and more. 16 accounting connectors expose everything this demo reads; Apideck connects to 48+ accounting & ERP systems through one API.
Consumer:
beacon-roboticsThe 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:beacon-robotics
x-apideck-service-id:quickbooks
Authorization:Bearer sk_live_•••••
Request body
{
"consumer_metadata": {
"account_name": "Beacon Robotics Inc."
},
"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.