Skip to main content
POST
/
funnels
/
snapshot
/
v2
/
load-funnels
/
{location_id}
cURL
curl --request POST \
  --url https://services.leadconnectorhq.com/funnels/snapshot/v2/load-funnels/{location_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dataPaths": [
    "<string>"
  ],
  "options": {}
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

location_id
string
required

Body

application/json
dataPaths
string[]
required
options
object
required

Response

201 - undefined
Last modified on March 4, 2026