Skip to content
View as Markdown

GET License Status​

GET
/campaign-pro-settings/license

Retrieve the current FluentCRM Pro license status. The license key is partially masked for security (first 4 and last 4 characters visible). If the license is expired, a renewal URL is included.

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)

Responses​

License status retrieved successfully.

application/json
JSON
{
"status": "string",
"license_key": "string",
"purchase_url": "string",
"renew_url": "string",
"error": true,
"variation_id": "string",
"variation_title": "string",
"expires": "string",
"activation_hash": "string",
"is_expired": true
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI