post https://{subdomain}.myclickfunnels.com/api/v2/forms/submissions//answers
Add a new answer to a submission
Log in to see full request history
Responses
Add a new answer to a submission
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/submissions/submission_id/answers \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
11{
"id": 101,
"public_id": "vTkQDG",
"submission_id": 96,
"field_id": 222,
"fields_option_id": 655,
"entry": "MyText",
"fields_option_ids": [],
"created_at": "2025-03-05T12:39:50.584Z",
"updated_at": "2025-03-05T12:39:50.584Z"
}