F
Built for Fathom Capital
Demoing on Meridian Robotics Inc.'s ledger…
Fathom Capital · connect the borrower's ledger
Where does Meridian Robotics Inc. keep its books?
The borrower authorizes Fathom Capital once through Apideck Vault. The same code below reads their live financials from any ledger — you never build a per-ERP integration.
+ 32 more that support this flow — QuickBooks Desktop, Sage Business Cloud Accounting, Zoho Books, FreshBooks, Odoo, Moneybird and more. 38 accounting connectors expose everything this demo reads; Apideck connects to 48+ accounting & ERP systems through one API.
Consumer:
meridian-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:meridian-robotics
x-apideck-service-id:netsuite
Authorization:Bearer sk_live_•••••
Request body
{
"consumer_metadata": {
"account_name": "Meridian 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.