Skip to main content
The Auth API covers developer session management and identity for Fluide Connect integrations.

Base path

/api/v1

Authorization

ContextHeaders
Developer session endpointsAuthorization: Bearer <token>, X-Fluide-Api-Key, X-Fluide-Client-Id: fluide-developer
See Authorization for curl and Node.js examples.

API playground

For Developer Access endpoints (current, rotate-secret), click Authorize and set Bearer, X-Fluide-Api-Key, and X-Fluide-Client-Id (fluide-developer).

Operations and monitoring

EndpointPurpose
GET /api/v1Service root — quick connectivity check
GET /api/v1/healthHealth check with dependency status (database, etc.)
Prometheus metrics for auth may be exposed on the service directly depending on deployment. Check the Operations tag group in the sidebar for App and Health endpoints.

What to build first

1

Call a product API

Use your access token on HR, Payroll, Pay, Books, or Utils routes.
2

Rotate if needed

Use POST /api/v1/authorize/rotate-secret or the Connect dashboard if a secret is exposed.

Product guide

Developer credentials and credential lifecycle.