POST Activate Smart Links Module​
POST
/smart-links/activate
Activate the Smart Links module by running database migrations to create the fc_smart_links table. This must be called before using any other Smart Links endpoints if the module has not been activated yet. Requires FluentCampaign Pro.
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​
Smart Links module activated successfully.
application/json
JSON
{
"message": "string"
}