Auth quickstart
Get authorized in a few minutes. This guide assumes you already have API credentials from the Connect dashboard (API Keys).New to Fluide Connect? Complete email verification in the dashboard first. Your
apiKey and one-time apiSecret are provisioned automatically.Prerequisites
| Variable | Example |
|---|---|
FLUIDE_BASE_URL | https://sandbox.fluidehr.com |
FLUIDE_API_KEY | fl_dev_... |
FLUIDE_API_SECRET | From Connect at provisioning (store in a secret manager) |
1. Exchange credentials for a JWT
Send your API key and secret only to the token endpoint. Never include the secret on product routes.accessToken and refresh before exp. The API secret is used only for this call.
2. Confirm your developer session
With a valid token, fetch credential metadata (no secret is returned):3. Call a product API
Every product request needs both the Bearer token and your API key:Next steps
Authorization guide
Full token exchange, rotation, and header reference.
First request
End-to-end walkthrough with caching and error handling.
Auth API reference
OpenAPI operations for developer access and health checks.
Auth overview
Credential lifecycle and how authentication works across products.