GET
/
external
/
zapier
/
submissions
/
recent
curl --request GET \
  --url https://api.opnform.com/external/zapier/submissions/recent \
  --header 'Authorization: Bearer <token>'
[
  {
    "submission_id": "<string>",
    "form_id": "<string>",
    "submitted_at": "2023-11-07T05:31:56Z",
    "data": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

form_id
string
required

The ID of the form to retrieve submissions for

Response

200 - application/json
Successful response
submission_id
string
form_id
string
submitted_at
string
data
object