Skip to main content

Changelog

Subscribe to updates via RSS: append /rss.xml to this page URL.
Sandbox URL

Integrations

  • Sandbox base URL is now https://test.api.fluidehr.com (replaces sandbox.fluidehr.com)
  • Set FLUIDE_BASE_URL or NEXT_PUBLIC_FLUIDE_API_URL to the new host for token exchange and product API calls
  • Re-export OpenAPI when the gateway is live: NEXT_PUBLIC_FLUIDE_API_URL=https://test.api.fluidehr.com node export-openapi.mjs
Beta docs pipeline

Documentation platform

  • API reference exports from https://sandbox.fluidehr.com/api/v1/docs/*
  • Product overview pages before endpoint lists (Auth, HR, Payroll, Pay, Books, Utils)
  • cURL and Node.js examples in the API playground
  • OpenAPI diff script: node scripts/diff-openapi.mjs

Utils API

  • Added Utils product docs and API reference (/api/v1/app/* via gateway)

Integrations

  • Sandbox base URL: https://sandbox.fluidehr.com
  • API reference code samples: cURL, Node.js, Python, Java, and PHP (x-codeSamples)
  • Authorization docs assume an existing developer account (no sign-up walkthrough)