Auth model
- Workspace-scoped tokens
- Least privilege scopes
- Rotation every 90 days
Request template
List leads
curl -H "Authorization: Bearer $FLOWFORCE_API_KEY" \
https://app.flowforce.app/api/v1/leads?limit=50Generate tokens, scope access, and work within limits.
5 min read · Updated May 2026
curl -H "Authorization: Bearer $FLOWFORCE_API_KEY" \
https://app.flowforce.app/api/v1/leads?limit=50