Sign in

Get form

documented

Retrieve a single form by its hash or title.

GET /forms/{identifier}.{format}Formsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{WUFOO_SUBDOMAIN}}.wufoo.com/api/v3/forms/{{$form_identifier}}.{{$format}}{{$query}}" \
  -u "{{WUFOO_API_KEY}}:{{WUFOO_PASSWORD}}" \
  -H "Accept: application/json"