put https://api.wp.pro/v1/site//addons/
Site addons allow you to influence the performance or functionality of your WordPress site on the server and network side
Response
Site addons allow you to influence the performance or functionality of your WordPress site on the server and network side
xxxxxxxxxx
import wppro from '@api/wppro';
wppro.siteAddonConnect({site_id: 'site_id', addon: 'addon_powerpack_1'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));
xxxxxxxxxx
{
"success": true,
"message": "string"
}