Endpoint
- Method:
POST - Path:
/admin/license - Edition: PRO
- Controller:
LicenseController@saveLicense - Route source:
fluent-community-pro/app/Http/Routes/api.php:18 - Controller source:
fluent-community-pro/app/Http/Controllers/LicenseController.php
POST Save License Key
POST
/admin/license
Save License Key for the FluentCommunity Admin API.
Controller: LicenseController@saveLicense
Route source: fluent-community-pro/app/Http/Routes/api.php:18
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Request Body
application/json
JSON "license_key": "string"
{
}
Responses
Successful response
application/json
JSON "license_data": "string", "message": "string"
{
}