Make a duplicate of an existing form Run in API Explorer
Ask AI
POST
/api/v1/form/{form_uuid}/duplicate
curl \
--request POST 'https://api.plannrcrm.com/api/v1/form/6ff8f7f6-1eb3-3525-be4a-3932c805afed/duplicate' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (201)
This is the annual catchup form for 2022
{
"live": true,
"uuid": "0458ef67-2054-4fd4-9193-a4e2fcfae525",
"title": "Annual Catchup 2022",
"sections": {
"key": "what_is_your_name",
"type": "string",
"uuid": "5c3353f0-8227-4287-826d-6fa870c9f7f9",
"title": "What is your name?",
"caption": "Your full legal name",
"section": "App\\Http\\Resources\\FormSectionResource",
"position": 1,
"required": true,
"help_text": "Gareth",
"created_at": "2026-04-09T17:35:05+01:00",
"updated_at": "2026-04-09T17:35:05+01:00",
"target_field": "name",
"linked_primary": true,
"linked_question": "App\\Http\\Resources\\FormBuilder\\LinkedFormQuestionResource",
"selection_options": [
"option 1",
"option 2"
]
},
"created_at": "2026-04-09T17:35:05+01:00",
"updated_at": "2026-04-09T17:35:05+01:00",
"visibility": "public",
"client_type": "client",
"description": "This is the annual catchup form for 2022",
"allowed_hosts": [
"domain.com",
"subdomain.domain.com"
],
"create_client": true,
"draft_submissions_count": 5,
"submitted_submissions_count": 5
}