get https://{subdomain}.myclickfunnels.com/api/v2/forms/submissions/
Retrieve a submission for a form
Log in to see full request history
Responses
Retrieve a submission for a form
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/submissions/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 76,
"public_id": "CIdVWs",
"form_id": 210,
"contact_id": 71,
"created_at": "2025-03-05T12:39:49.846Z",
"updated_at": "2025-03-05T12:39:49.846Z"
}