post https://{subdomain}.myclickfunnels.com/api/v2/forms//submissions
Add a new submission to a form
Log in to see full request history
Responses
Add a new submission to a form
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/form_id/submissions \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 78,
"public_id": "cknDRg",
"form_id": 214,
"contact_id": 72,
"created_at": "2025-03-05T12:39:49.902Z",
"updated_at": "2025-03-05T12:39:49.902Z"
}