Version: 0.1.0
WP2Tutor Forms REST API
Forms add-on (Tripetto). Its own namespaces are wp2tutor-forms/form/v1
and wp2tutor-forms/i18n/v1. It does not use wp2tutor/rest_controllers.
Authentication: cookie (logged-in users) for form; i18n is public
(permission_callback returns true).
Authentication
- API Key: cookie
- HTTP: Basic Auth
WordPress logged-in cookie session plus REST nonce header X-WP-Nonce.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-WP-Nonce |
WordPress Application Password (DualRest).
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | basic |