curl --request PUT \
--url https://services.leadconnectorhq.com/funnels/funnel/step/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"stepId": "<string>",
"name": "<string>",
"pages": [
"<string>"
],
"sequence": 123,
"url": "<string>",
"type": "<string>",
"products": [
"<string>"
],
"originId": "<string>",
"split": true,
"control_traffic": 123,
"route_all_requests": true,
"additional_routes": [
"<string>"
],
"split_started_at": {},
"split_ended_at": {},
"domainName": "<string>"
}
'curl --request PUT \
--url https://services.leadconnectorhq.com/funnels/funnel/step/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"stepId": "<string>",
"name": "<string>",
"pages": [
"<string>"
],
"sequence": 123,
"url": "<string>",
"type": "<string>",
"products": [
"<string>"
],
"originId": "<string>",
"split": true,
"control_traffic": 123,
"route_all_requests": true,
"additional_routes": [
"<string>"
],
"split_started_at": {},
"split_ended_at": {},
"domainName": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?