POST Install Fluent Booking Plugin​
POST
/setting/install-fluent-booking
Install and activate the Fluent Booking plugin from the WordPress plugin repository. If already installed but inactive, it will be activated.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
Plugin installed and activated successfully.
application/json
JSON
{
"is_installed": true,
"message": "string"
}