aiendpoint.dev
ServicesWufoo

Wufoo

community

Online form builder (part of SurveyMonkey) used by 4+ million users to create web forms, surveys, and payment forms without coding. Provides drag-and-drop form builder with 400+ templates, conditional logic, file uploads, and integrations with 1,000+ apps.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://wufoo.combasicproductivitydeveloperconfidence: 90/1000 discoveries1 contributors
GET/api/v3/forms.json

List forms in a Wufoo account

Returns

Forms[] with Hash, Name, Description, IsPublic, DateCreated, EntryCount, Url
GET/api/v3/forms/{form_hash}/entries.json

Get form submission entries

Parameters

pageSizeintegeroptional
form_hashform identifier (stringrequired
pageStartintegeroptional

Returns

Entries[] with EntryId, DateCreated, field values
GET/api/v3/forms/{form_hash}/fields.json

Get form field definitions

Parameters

form_hashstringrequired

Returns

Fields[] with ID, Title, Type, IsRequired, SubFields[], Choices[]}