Submissions
Create a submission
post/v1/f/{endpointId}
Path parameters
endpointIdstring required
The id of the endpoint
Example:enp_4VjHrJoEwAFC6itz8oUBW9NW2bia
Request body
object required
Example request
{
"name": "example",
"email": "example@formizee.com"
}Response
Create a submission
Example response
{
"id": "sub_4VjHrJoEwAFC6itz8oUBW9NW2bia",
"endpointId": "enp_4VjHrJoEwAFC6itz8oUBW9NW2bia",
"location": "Spain"
}