cURL
curl --request GET \ --url https://api.opnform.com/external/zapier/submissions/recent \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "form_id": 123, "completion_time": 123, "data": {} } ]
Retrieves the most recent submissions for a specified form.
Personal Access Token
The ID of the form to retrieve submissions for
Successful response
Unique submission ID
ID of the parent form
Time taken to complete the form in seconds
Contains form field responses plus metadata (status, created_at, id)