Skip to main content

Auth overview

The Auth API issues access tokens and manages developer API keys for Fluide Connect integrations.

Authorization model

StepCredentials
Token exchangeX-Fluide-Api-Key, X-Fluide-Api-Secret, X-Fluide-Client-Id: fluide-developer
Product APIsAuthorization: Bearer <token>, X-Fluide-Api-Key, X-Fluide-Client-Id: fluide-developer
The API secret is used only at token exchange, not on HR, Payroll, Pay, Books, or Utils routes. See Authorization for the full flow.

Key lifecycle

  • Provision: API key and one-time secret after email verification in Connect
  • View: GET /api/v1/authorize/current (metadata only; secret never returned)
  • Rotate: POST /api/v1/authorize/rotate-secret or the Connect dashboard

Auth quickstart

Exchange credentials and verify your session.

Auth API reference

Developer access endpoints and health checks.