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

Body

application/json · object

The body is of type object.

Response

201
application/json
Create a submission
id
string
required

The id of the submission

endpointId
string
required

The id of the endpoint

location
string
required

The origin location of the submission

isSpam
boolean
required

Shows if the submission is marked as spam

isRead
boolean
required

Shows if the submission is already readed