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