GET
/
webhooks
/
{formId}
/
poll

Retrieves form responses with transformed field data. Returns the most recent form submissions with field values mapped to readable keys based on the form configuration.

Need help finding your Form ID? Check out our guide on Locating Your Form ID.

Field Value Transformations

The API automatically transforms certain field values based on their type:

  • Select/Radio fields: Values are transformed to their display labels
  • Checkbox groups: Values are transformed into an array of {label, value} objects
  • Identity fields: Address objects are flattened to strings

Notes

  • The endpoint returns the 10 most recent form submissions
  • Field names in the response are derived from form field labels, converted to snake_case
  • All timestamps are returned in ISO 8601 format

Authorizations

x-api-key
string
header
required

Path Parameters

formId
string
required

The unique identifier of the form

Response

200 - application/json
isSuccess
boolean
data
object