GHL & GenerationImport GHL funnel

Import GHL funnel

Import a GoHighLevel funnel as a canvas with nodes automatically mapped to funnel steps. Creates a new canvas and populates it with the funnel's page structure.

curl -X POST "https://api.mythic-analytics.com/api/v1/ghl/funnels/import" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "funnel_id": "fnl_8kN2mPqR",
  "location_id": "loc_5kN2mPqR",
  "canvas_name": "John Doe"
}'
{
  "success": true,
  "data": {
    "canvas_id": "cvs_9xP3qLmN",
    "nodes_created": 5,
    "edges_created": 4
  }
}
POST
/ghl/funnels/import
POST
Bearer Token
Bearer Tokenstring
Required

Admin API key as bearer token. Format: Bearer YOUR_ADMIN_KEY

Admin API key as bearer token. Format: Bearer YOUR_ADMIN_KEY
API Key (query: admin_key)
admin_keystring
Required

Alternative to the Authorization header for server-to-server scenarios.

Alternative to the Authorization header for server-to-server scenarios.
Content-Typestring
Required

The media type of the request body

Options: application/json
funnel_idstring
Required

GHL funnel identifier to import.

location_idstring
Required

GHL location identifier.

canvas_namestring

Optional name for the generated canvas. Defaults to the funnel name.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Admin API key as bearer token. Format: Bearer YOUR_ADMIN_KEY

query
admin_keystring
Required

API Key for authentication. Alternative to the Authorization header for server-to-server scenarios.

Body

application/json
funnel_idstring
Required

GHL funnel identifier to import.

location_idstring
Required

GHL location identifier.

canvas_namestring

Optional name for the generated canvas. Defaults to the funnel name.

Responses