Skip to content
View as Markdown

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.

Required capability: fcrm_manage_settings

Enforced by SettingsPolicy::verifyRequest(), the policy default for this route group.

Requires: FluentCampaign Pro. Without it the route does not exist.

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"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI