Build on the Flowtly developer platform
Use this curated snapshot of the Flowtly OpenAPI schema to plan integrations, automate workflows, and sync the data your teams rely on.
Documentation status
Last synced on 2026-04-03 18:31 (app version 2.0.0)
Only a subset of entities is made public. Run both sync commands to refresh this documentation when the Flowtly app ships new capabilities.
Pick an area to explore
Browse the public API by category, then jump into endpoints, schemas, and sample payloads.
Quickstart
- Grab your personal access token from Flowtly.
- Send a test request against a safe resource.
- Wire the response into your workflow or webhook.
curl -X GET https://api.flowtly.eu/projects \
-H "Authorization: Bearer <YOUR_TOKEN>" \
-H "Accept: application/json"
Popular recipes
- Sync approved timesheets into your payroll provider.
- Mirror Flowtly projects to your delivery board with webhooks.
- Audit access changes by polling directory events.
- Export utilization and cost data to your BI stack nightly.
SDKs and tools
The Flowtly API follows the OpenAPI 3.1 specification. Use the spec with your favourite tools to explore, test, and generate client code.
-
OpenAPI spec available at
https://api.flowtly.eu/api/doc.json - Import directly into Postman, Insomnia, or any OpenAPI-compatible client.
- Generate typed SDKs with openapi-generator, Kiota, or Orval.