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 2024-07-08 12:00 (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

  1. Grab your personal access token from Flowtly.
  2. Send a test request against a safe resource.
  3. Wire the response into your workflow or webhook.
curl -X GET https://api.flowtly.com/v1/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.
Whatsapp