curl --request POST \
--url https://services.leadconnectorhq.com/funnels/builder/autosave/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"funnelId": "QMDQGTt8ZZSnOwORl2Bq",
"pageData": {},
"pageVersion": 123,
"pageType": "<string>",
"manualSave": true,
"integrations": {},
"meta": {},
"schemaMarkupId": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/builder/autosave/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"funnelId": "QMDQGTt8ZZSnOwORl2Bq",
"pageData": {},
"pageVersion": 123,
"pageType": "<string>",
"manualSave": true,
"integrations": {},
"meta": {},
"schemaMarkupId": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?