API reference
Each product has an overview page with context, monitoring endpoints, and integration flows — then generated endpoint pages from OpenAPI below it in the sidebar.
Open any endpoint to see parameters, request bodies, responses, and try the interactive playground with cURL and Node.js examples.
Playground authorization
The playground prompts for three credentials on every product route (including health checks):| Header | Playground field | Required value |
|---|---|---|
Authorization | Bearer | Your access token JWT |
X-Fluide-Api-Key | X-Fluide-Api-Key | Your fl_dev_... developer key |
X-Fluide-Client-Id | X-Fluide-Client-Id | fluide-developer |
400 Authorization field missing or 401 with codes such as MISSING_API_KEY or CLIENT_AUDIENCE_MISMATCH.
Get credentials
Header reference and step-by-step playground setup.
Operations endpoints
Every service exposes operational routes under the Operations tag group where applicable:- App — service root (
GET) - Health — liveness and dependency checks
- Prometheus — metrics scrape target (
/metricsor product-prefixed path)