Build Into Your Workflow
The VisaFlo workspace API is for the operational handoffs around an immigration practice: move an intake into VisaFlo, find the right case, attach a document, create a follow-up, or launch a repeatable workflow. Every request is scoped to the workspace that owns the API key. Your integration never sends a company ID, and it cannot read or write another firm’s data. It is not the dashboard’s internal API. Do not call these endpoints with a dashboard Firebase token.Base URL
/api/public.
What You Can Build
Start Here
- In VisaFlo, open Settings > API Settings.
- Create a named API key for the integration.
- Store the key in your integration’s secret manager.
- Follow the Quickstart to make a verified request.
- Start with a lookup endpoint before creating records to avoid duplicates.
API keys are workspace-scoped. Create separate keys for separate integrations so you can revoke one integration without interrupting another.