Version: 1.0.0
WP2 Platform Module REST API
WP2 Platform product REST API. The canonical namespace is {product}/{slug}/v1;
the platform REST prefix is wp2. Studio Sync already uses wp2/studio-sync/v1.
Authentication: cookie or Application Password (DualRest), unless an endpoint is
explicitly public or uses Bearer authentication (Studio Sync).
Authentication
- API Key: cookie
- HTTP: Basic Auth
- HTTP: Bearer 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 |
Studio Sync connection access token.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |