curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/folder/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"type": "<string>",
"name": "<string>",
"userId": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/folder/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"type": "<string>",
"name": "<string>",
"userId": "<string>"
}
'Was this page helpful?