Baue auf der Flowtly Developer-Plattform

Nutze diesen kuratierten Ausschnitt des Flowtly-OpenAPI-Schemas, um Integrationen zu planen, Workflows zu automatisieren und kritische Daten zu synchronisieren.

Dokumentationsstatus

Zuletzt synchronisiert am 2024-07-08 12:00 (App-Version 2.0.0)

Nur ein Teil der Entitäten ist öffentlich. Führe beide Sync-Befehle aus, sobald Flowtly neue Funktionen veröffentlicht, um die Daten zu aktualisieren.

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