Zapier

Poll for recent form submissions.

Without workspace_id this returns submissions from every workspace the API key can reach, newest first.

get/api/external/v1/zapier/get-form-submissions

Query parameters

workspace_idinteger nullable

The workspace to read from.

Example:55

The workspace to read from.

campaign_idinteger nullable

Only return submissions from this campaign.

Example:123

Only return submissions from this campaign.

limitinteger nullable

How many submissions to return, 1-100. Defaults to 50.

Example:50

How many submissions to return, 1-100. Defaults to 50.

Response

object[] required

Example response

[
  {
    "id": 91,
    "form_id": "contact",
    "page_url": "https://myworkspace.genpa.ge/aws-john",
    "ip_address": "203.0.113.10",
    "created_at": "2026-08-16T10:00:00+00:00",
    "email": "john@aws.com"
  }
]

Changes

Changed in 1 of the 3 revisions of this API.1