POST Save License​
POST
/campaign-pro-settings/license
Activate a FluentCRM Pro license key. Validates the key against the licensing server and stores it if valid.
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)
Request Body​
application/json
JSON
{
"license_key": "string"
}
Responses​
License activated successfully.
application/json
JSON
{
"license_data": {
},
"message": "string"
}