ConvertFlow for Developers
There are three ways to build on ConvertFlow. Query your funnel data, connect an AI agent, or customize campaign behavior on your site.
Pick your path
Get an API token
- In ConvertFlow, open the website you want to query.
- Go to Settings → API tokens (or open your API tokens page).
- Click Add +, name the token, and select its scopes.
- Copy the token. ConvertFlow shows it only once.
Then call the API:
curl https://app.convertflow.co/api/v1/reports/websites \ -H "Authorization: Bearer YOUR_TOKEN"
This returns the websites your token can read. You choose scopes when you create the token, and
ConvertFlow enforces them on every request: reports, contacts:read/contacts:write,
ctas:read/ctas:write, areas:read,
and websites:read. A request outside a token's scopes returns 403.