cURL
curl --request GET \ --url https://api.formizee.com/v1/submissions/{endpointId} \ --header 'Authorization: Bearer <token>'
{ "_metadata": { "page": 1, "totalPages": 2, "itemsPerPage": 100 }, "submissions": [ { "id": "sub_4VjHrJoEwAFC6itz8oUBW9NW2bia", "endpointId": "enp_4VjHrJoEwAFC6itz8oUBW9NW2bia", "data": { "exampleValue": "foo" }, "location": "Spain", "isSpam": false, "isRead": false } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the endpoint
"enp_4VjHrJoEwAFC6itz8oUBW9NW2bia"
x >= 1
List endpoint submission
The response is of type object.
object
Was this page helpful?