Flowbench

Flowbench Hub

API Documentation

Developer-facing endpoints for transactions, source config, and ops.

Portals

Authentication

All API endpoints require these headers:

X-Tenant-Key: your-tenant-key
X-Api-Key: your-api-key

Ops endpoints require API keys with OPS scope.

API Workflow

1. POST /api/v1/fishbowl/connection Configure tenant
2. GET /api/v1/fishbowl/readiness Check readiness
3. POST /api/v1/ops/poll/inventory-adjustments Poll + auto-mark posted OPS
4. GET /api/v1/transactions List ready transactions
5. PATCH /api/v1/transactions/{id} ACK as posted externally

Quick Links