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

Webflow Forms API

Forms are forms that are created on your Webflow site.

Webflow Forms API is one of 23 APIs that Webflow publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

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

This API exposes 11 operations across 7 paths. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api.webflow.com/v2.

11 operations 7 paths 0 schemas 2 DELETE7 GET2 PATCH

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.webflow.com/v2
Authentication
OAuth 2.0, HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Webflow Forms API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 26 scopes. It accepts HTTP bearer tokens (ApiKey). By default, every request must be authenticated.

Paths & Operations 11

Across 7 paths, the API surfaces 11 operations — 2 DELETE, 7 GET, 2 PATCH. Each is listed below with its method, path, parameters, and response codes.

Forms 11

Forms are forms that are created on your Webflow site.

GET
/sites/{site_id}/forms
Webflow List Forms
list-forms 3 params → 200400401403404409429500
GET
/forms/{form_id}
Webflow Get Form Schema
get-form-schema 1 param → 200400401403404429500
GET
/forms/{form_id}/submissions
Webflow List Form Submissions
list-submissions 3 params → 200400401403404429500
GET
/form_submissions/{form_submission_id}
Webflow Get Form Submission
get-form-submission 1 param → 200400401403404429500
PATCH
/form_submissions/{form_submission_id}
Webflow Modify Form Submission
modify-form-submission 1 param body → 200400401403404409429500
DELETE
/form_submissions/{form_submission_id}
Webflow Delete Form Submission
delete-form-submission 1 param → 204400401403404409429500
GET
/sites/{site_id}/form_submissions
Webflow List Form Submissions by Site
list-submissions-by-site 4 params → 200400401403404429500
GET
/sites/{site_id}/forms/{form_id}/submissions
Webflow List Form Submissions
list-submissions 4 params → 200400401403404429500
GET
/sites/{site_id}/form_submissions/{form_submission_id}
Webflow Get Form Submission by Site
get-form-submission-by-site 2 params → 200400401403404429500
PATCH
/sites/{site_id}/form_submissions/{form_submission_id}
Webflow Modify Form Submission by Site
modify-form-submission-by-site 2 params body → 200400401403404409429500
DELETE
/sites/{site_id}/form_submissions/{form_submission_id}
Webflow Delete Form Submission by Site
delete-form-submission-by-site 2 params → 204400401403404409429500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webflow-forms-api-openapi.yml Raw ↑

Other APIs Webflow publishes across the network.

Webflow Designer Extension API
Webflow Asset Folders API
Webflow Assets API
Webflow Collections API
Webflow Comments API
Webflow Components API
Webflow Custom Code API
Webflow Custom Code - Pages API
Webflow Custom Code - Sites API
Webflow Inventory API
Webflow Items API
Webflow Meta API