| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://{subdomain}.wufoo.com/api/v3 | link | — | — | — |
Actions (21)
Forms · 12
- Add or update webhookPUT /forms/{identifier}/webhooks.{format}
Create or update a webhook for the form (one per URL).
documented - Count commentsGET /forms/{identifier}/comments/count.{format}
Return the number of comments for a form's entries.
documented - Count entriesGET /forms/{identifier}/entries/count.{format}
Return the number of entries for the form (optionally filtered).
documented - Count form commentsGET /forms/{identifier}/comments/count.{format}
Return the count of comments on a form's entries.
documented - Delete webhookDELETE /forms/{identifier}/webhooks/{webhookHash}.{format}
Delete a webhook from the form.
documented - Get formGET /forms/{identifier}.{format}
Retrieve a single form by its hash or title.
documented - List commentsGET /forms/{identifier}/comments.{format}
Retrieve comments for a form's entries.
documented - List entriesGET /forms/{identifier}/entries.{format}
Retrieve a paginated list of entries for a form.
documented - List fieldsGET /forms/{identifier}/fields.{format}
Retrieve the field definitions for a given form.
documented - List form commentsGET /forms/{identifier}/comments.{format}
Retrieve comments for a specific form's entries.
documented - List formsGET /forms.{format}
Retrieve all forms you have access to.
documented - Submit entryPOST /forms/{identifier}/entries.{format}
Create a new entry for the form.
documented
Reports · 7
- Count report entriesGET /reports/{identifier}/entries/count.{format}
Return the number of entries in a report.
documented - Get reportGET /reports/{identifier}.{format}
Retrieve a specific report by hash or title.
documented - List report entriesGET /reports/{identifier}/entries.{format}
Retrieve the data rows that make up a report.
documented - List report entries (duplicate)GET /reports/{identifier}/entries.{format}
(Same as list-report-entries above; included to reflect widget/entry context in reports.)
documented - List report fieldsGET /reports/{identifier}/fields.{format}
Retrieve the field structure for a report.
documented - List report widgetsGET /reports/{identifier}/widgets.{format}
Retrieve widgets that compose a report.
documented - List reportsGET /reports.{format}
Retrieve all reports in your Wufoo account.
documented