cURL
curl --request GET \ --url https://api.opnform.com/external/zapier/submissions/recent \ --header 'Authorization: Bearer <token>'
[ { "submission_id": 123, "form_id": 123, "submitted_at": "2023-11-07T05:31:56Z", "data": {} } ]
Retrieves the most recent submissions for a specified form.
Personal Access Token
The ID of the form to retrieve submissions for
Successful response
The response is of type object[].
object[]