Sites & Content
funnels, forms & media api
Clone an existing survey from a theme to a specified location
cURL
curl --request POST \ --url https://services.leadconnectorhq.com/surveys/clone-from-theme \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Version: <version>' \ --data ' { "surveyId": "64abc123def456789012345", "locationId": "ve9EPM428h8vShlRW1KT", "name": "Test 33" } '
{ "statusCode": 400, "message": "Bad Request" }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28
The ID of the category survey to clone from
"64abc123def456789012345"
The location ID where the survey will be created
"ve9EPM428h8vShlRW1KT"
Custom name for the cloned survey
"Test 33"
Survey successfully cloned from theme
Was this page helpful?