API Reference
Plugin Register
Register a WordPress site as a CMS connection. Called from the WP admin settings page.
POST
/api/v1/plugin/registerRegister a WordPress site as a CMS connection. Creates or updates the CMS connection record scoped to the authenticated client. Requires an API key with write permission.
Example
Try it
Response
200Registration successful
400Missing site_url
401Unauthorized
The
plugin_token is generated by the WordPress plugin and used by the platform to authenticate requests back to the plugin REST API.