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