cURL
curl --request GET \ --url https://api.formo.so/api/webhooks/{formId}/poll \ --header 'x-api-key: <api-key>'
{ "isSuccess": true, "data": { "items": [ { "formId": "<string>", "formTitle": "<string>", "submissionId": "<string>", "submittedAt": "2023-11-07T05:31:56Z" } ] } }
Retrieve recent form responses
{label, value}
The unique identifier of the form
Successfully retrieved form responses
true
Show child attributes
Unique identifier of the form
Title of the form
Unique identifier of the submission
Timestamp of form submission
Was this page helpful?