DocsCreate sites, build conversion flows, connect ad platforms, and read every conversion Converly captures. All over a clean REST API, or hand it to an AI agent with the MCP server.
# Read the conversions Converly captured curl https://app.converly.io/api/v1/events \ -H "Authorization: Bearer sk_live_…"
{
"data": [
{ "id": "evt_ab2c…",
"flow_name": "Demo bookings",
"status": "completed" }
],
"has_more": false,
"next_cursor": null
}