ConvertFlow ConvertFlow
Open ConvertFlow →

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

REST API

MCP Server

JavaScript API

Get an API token

  1. In ConvertFlow, open the website you want to query.
  2. Go to Settings → API tokens (or open your API tokens page).
  3. Click Add +, name the token, and select its scopes.
  4. 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.