POST
/
v1
/
f
/
{endpointId}
curl --request POST \
  --url https://api.formizee.com/v1/f/{endpointId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "example",
  "email": "[email protected]"
}'
{
  "id": "sub_4VjHrJoEwAFC6itz8oUBW9NW2bia",
  "endpointId": "enp_4VjHrJoEwAFC6itz8oUBW9NW2bia",
  "location": "Spain",
  "isSpam": false,
  "isRead": false
}

Path Parameters

endpointId
string
required

The id of the endpoint

Example:

"enp_4VjHrJoEwAFC6itz8oUBW9NW2bia"

Body

application/json · object

Response

201
application/json
Create a submission
id
string
required

The id of the submission

Example:

"sub_4VjHrJoEwAFC6itz8oUBW9NW2bia"

endpointId
string
required

The id of the endpoint

Example:

"enp_4VjHrJoEwAFC6itz8oUBW9NW2bia"

location
string
required

The origin location of the submission

Example:

"Spain"

isSpam
boolean
required

Shows if the submission is marked as spam

Example:

false

isRead
boolean
required

Shows if the submission is already readed

Example:

false