Auth overview
The Auth API issues access tokens and manages developer API keys for Fluide Connect integrations.Authorization model
| Step | Credentials |
|---|---|
| Token exchange | X-Fluide-Api-Key, X-Fluide-Api-Secret, X-Fluide-Client-Id: fluide-developer |
| Product APIs | Authorization: Bearer <token>, X-Fluide-Api-Key, X-Fluide-Client-Id: fluide-developer |
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.