P
Built for Paycrest
Demoing on Meridian Labs's ledger…
Paycrest · connect your customer's HRIS
Where does Meridian Labs run HR & payroll?
Your customer authorizes once through Apideck Vault. The same code below works for every connector — you never build a per-HRIS integration.
+ 52 more that support this flow — ADP Workforce Now, RUN Powered by ADP, Paychex, Paylocity, UKG Pro, Ceridian Dayforce and more. 60 HRIS connectors expose everything this demo reads; Apideck connects to 60+ HRIS & payroll systems through one API.
Consumer:
meridian-labsThe 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-labs
x-apideck-service-id:bamboohr
Authorization:Bearer sk_live_•••••
Request body
{
"consumer_metadata": {
"account_name": "Meridian Labs"
},
"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.