Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wufoo Webhooks API

Subscribe to and unsubscribe from form submission webhooks.

Wufoo Webhooks API is one of 10 APIs that Wufoo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 7 JSON Schema definitions.

Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, a getting-started guide, and 7 JSON Schemas.

This API exposes 2 operations across 2 paths. It is described by OpenAPI 3.0.3, at version 3.0.

Requests are made against a single base URL, https://{subdomain}.wufoo.com/api/v3.

2 operations 2 paths 0 schemas 1 DELETE1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0
Base URL
https://{subdomain}.wufoo.com/api/v3
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Wufoo Webhooks API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Auth. Use your Wufoo API key as the username and any non-empty string as the password. Servers require TLS v1.0 or higher; SSLv3 and lower are block…

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 DELETE, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhooks 2

Subscribe to and unsubscribe from form submission webhooks.

PUT
/webhooks/{identifier}.{format}
Add Form Webhook
putFormWebhook 2 params body → 200
DELETE
/webhooks/{identifier}/{hash}.{format}
Delete Form Webhook
deleteFormWebhook 3 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wufoo-webhooks-api-openapi.yml Raw ↑

Other APIs Wufoo publishes across the network.

Wufoo Webhooks
Wufoo Comments API
Wufoo Entries API
Wufoo Fields API
Wufoo Forms API
Wufoo Login API
Wufoo Reports API
Wufoo Users API
Wufoo Widgets API