POST /api/v1/wordpress/capabilities¶
Plugin WordPress melaporkan site_capabilities ke studio setelah setup wizard.
Request¶
POST /api/v1/wordpress/capabilities
Authorization: Bearer nk_...
Content-Type: application/json
Body contoh¶
{
"wp_version": "6.7",
"timezone": "Asia/Jakarta",
"site_url": "https://blog.example.com",
"builders": ["elementor", "gutenberg"],
"seo_plugin": "rank_math",
"seo_plugin_mode": "auto",
"seo_plugin_version": "1.0.210",
"seo_plugins_detected": ["rank_math"],
"template_profiles_available": ["classic", "gutenberg_html", "elementor_text_widget"]
}
Response¶
{
"ok": true,
"connection_uuid": "…"
}
Studio menampilkan info SEO plugin & builders di halaman Integrasi (read-only).