curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/create-step \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"step": {},
"funnelId": "<string>",
"domainName": "<string>",
"split_started_at": "<string>",
"split_ended_at": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/funnel/create-step \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"step": {},
"funnelId": "<string>",
"domainName": "<string>",
"split_started_at": "<string>",
"split_ended_at": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?