Turntide Technologies Wpforms/v1 API
The wpforms/v1 API from Turntide Technologies — 8 operation(s) for wpforms/v1.
The wpforms/v1 API from Turntide Technologies — 8 operation(s) for wpforms/v1.
openapi: 3.2.0
info:
title: Turntide WordPress REST Wpforms/v1 API
version: wp/v2
summary: The machine-readable REST surface published at turntide.com/wp-json.
description: The WordPress REST API surface published by Turntide Technologies at https://turntide.com/wp-json/. This document was DERIVED mechanically from the live route index -- every path, method and parameter below appears in that index -- and component schemas were harvested from live HTTP OPTIONS responses on the core wp/v2 collections. It covers the corporate website's content/CMS surface plus the WordPress Abilities API (wp-abilities/v1) and an MCP adapter namespace (mcp). It is NOT a product API for Turntide's motors, power electronics, energy storage or thermal hardware -- Turntide publishes no public developer API for those products.
contact:
url: https://turntide.com/contact-us/
x-derived-from: https://turntide.com/wp-json/
x-derived-on: '2026-08-02'
x-derived-by: API Evangelist enrichment pipeline (local-v1)
servers:
- url: https://turntide.com/wp-json
description: Turntide WordPress REST API
tags:
- name: wpforms/v1
paths:
/wpforms/v1:
get:
operationId: getWpformsV1
summary: GET /wpforms/v1
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/wpforms/v1` in the `wpforms/v1` namespace.
tags:
- wpforms/v1
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
parameters:
- name: namespace
in: query
required: false
schema:
default: wpforms/v1
- name: context
in: query
required: false
schema:
default: view
/wpforms/v1/setup-wizard/complete:
post:
operationId: createWpformsV1SetupWizardComplete
summary: POST /wpforms/v1/setup-wizard/complete
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/wpforms/v1/setup-wizard/complete` in the `wpforms/v1` namespace.
tags:
- wpforms/v1
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
requestBody:
required: false
content:
application/json:
schema:
type: object
properties:
outcome:
type: string
enum:
- build
- import
- exit
- forms
default: build
/wpforms/v1/setup-wizard/hydrate:
get:
operationId: getWpformsV1SetupWizardHydrate
summary: GET /wpforms/v1/setup-wizard/hydrate
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/wpforms/v1/setup-wizard/hydrate` in the `wpforms/v1` namespace.
tags:
- wpforms/v1
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
/wpforms/v1/setup-wizard/install-plugins:
post:
operationId: createWpformsV1SetupWizardInstallPlugins
summary: POST /wpforms/v1/setup-wizard/install-plugins
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/wpforms/v1/setup-wizard/install-plugins` in the `wpforms/v1` namespace.
tags:
- wpforms/v1
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
plugins:
type: array
default: []
items:
type: string
required:
- plugins
/wpforms/v1/setup-wizard/license/key:
get:
operationId: getWpformsV1SetupWizardLicenseKey
summary: GET /wpforms/v1/setup-wizard/license/key
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/wpforms/v1/setup-wizard/license/key` in the `wpforms/v1` namespace.
tags:
- wpforms/v1
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
/wpforms/v1/setup-wizard/license/verify:
post:
operationId: createWpformsV1SetupWizardLicenseVerify
summary: POST /wpforms/v1/setup-wizard/license/verify
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/wpforms/v1/setup-wizard/license/verify` in the `wpforms/v1` namespace.
tags:
- wpforms/v1
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
key:
type: string
required:
- key
/wpforms/v1/setup-wizard/stripe/connect-url:
post:
operationId: createWpformsV1SetupWizardStripeConnectUrl
summary: POST /wpforms/v1/setup-wizard/stripe/connect-url
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/wpforms/v1/setup-wizard/stripe/connect-url` in the `wpforms/v1` namespace.
tags:
- wpforms/v1
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
/wpforms/v1/setup-wizard/update:
post:
operationId: createWpformsV1SetupWizardUpdate
summary: POST /wpforms/v1/setup-wizard/update
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/wpforms/v1/setup-wizard/update` in the `wpforms/v1` namespace.
tags:
- wpforms/v1
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
components:
schemas:
RestError:
type: object
description: WordPress REST API error envelope, observed live on this host (e.g. rest_forbidden 401, rest_no_route 404).
properties:
code:
type: string
examples:
- rest_forbidden
- rest_no_route
message:
type: string
data:
type: object
properties:
status:
type: integer
securitySchemes:
applicationPassword:
type: http
scheme: basic
description: WordPress Application Passwords, advertised by the route index at https://turntide.com/wp-json/ under authentication.application-passwords; authorization endpoint https://turntide.com/wp-admin/authorize-application.php
mcpOAuth2:
type: oauth2
description: OAuth 2.1 authorization server advertised at https://turntide.com/.well-known/oauth-authorization-server (PKCE S256, scope 'mcp'); protects the MCP endpoint declared at https://turntide.com/.well-known/oauth-protected-resource
flows:
authorizationCode:
authorizationUrl: https://turntide.com/oauth/authorize
tokenUrl: https://turntide.com/oauth/token
refreshUrl: https://turntide.com/oauth/token
scopes:
mcp: Access the Turntide MCP server