Auth overview
The Auth API issues access tokens and manages developer API keys for Fluide Connect integrations.Authorization model
The API secret is used only at token exchange, not on HR, Payroll, Pay, Books, or Utils routes.
See Authorization for the full flow. For organization vs partner tenancy, see Multi-tenancy.
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-secretor the Connect dashboard
Auth quickstart
Exchange credentials and verify your session.
Auth API reference
Developer access endpoints and health checks.