put https://{subdomain}.myclickfunnels.com/api/v2/forms/submissions/
Update a submission for a form
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update a submission for a form
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/submissions/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 82,
"public_id": "HEmaFG",
"form_id": 222,
"contact_id": 74,
"created_at": "2025-03-05T12:39:50.027Z",
"updated_at": "2025-03-05T12:39:50.027Z"
}