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 }
The id of the endpoint
"enp_4VjHrJoEwAFC6itz8oUBW9NW2bia"
Create a submission
The response is of type object.
object
Was this page helpful?