get https://{subdomain}.myclickfunnels.com/api/v2/forms//submissions
List submissions for a form
Log in to see full request history
Responses
List submissions for a form
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/form_id/submissions \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"id": 72,
"public_id": "WCpyOK",
"form_id": 202,
"contact_id": 69,
"created_at": "2025-03-05T12:39:49.718Z",
"updated_at": "2025-03-05T12:39:49.718Z"
},
{
"id": 74,
"public_id": "WmlycD",
"form_id": 206,
"contact_id": 70,
"created_at": "2025-03-05T12:39:49.785Z",
"updated_at": "2025-03-05T12:39:49.785Z"
}
]