Forms::Submission
Create Submission
Add a new submission to a form
post/forms/{form_id}/submissions
Path parameters
form_idinteger required
Request body
Example request
{
"forms_submission": {
"forms_submission": {
"contact_id": 5
}
}
}Response
Created
Example response
{
"id": 6,
"public_id": "tWxHeY",
"form_id": 15,
"contact_id": 5,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}