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
The response is of type object.
object
Was this page helpful?