v1

latestOpenAPI 3.0.0Apache 2.02026-07-13161564.6 KB
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

idstring required

The id of the submission

endpointIdstring required

The id of the endpoint

locationstring required

The origin location of the submission

isSpamboolean required

Shows if the submission is marked as spam

isReadboolean required

Shows if the submission is already readed

Example response

{
  "id": "sub_4VjHrJoEwAFC6itz8oUBW9NW2bia",
  "endpointId": "enp_4VjHrJoEwAFC6itz8oUBW9NW2bia",
  "location": "Spain"
}