GET
/
external
/
zapier
/
submissions
/
recent
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": {}
  }
]

Authorizations

Authorization
string
header
required

Personal Access Token

Query Parameters

form_id
number
required

The ID of the form to retrieve submissions for

Response

200 - application/json

Successful response

The response is of type object[].