curl --request POST \
--url https://services.leadconnectorhq.com/funnels/builder/publish-version \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pageId": "<string>",
"versionId": "<string>",
"userId": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/builder/publish-version \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pageId": "<string>",
"versionId": "<string>",
"userId": "<string>"
}
'Was this page helpful?