Endpoint
- Method:
POST - Path:
/settings/captcha - Edition: PRO
- Controller:
ProSettingController@saveCaptchaSettings - Route source:
fluent-affiliate-pro/app/Http/Routes/api.php
POST Update Captcha Settings
POST
/settings/captcha
Save captcha settings. Enabling a provider is rejected unless its keys have passed the validate-keys check first.
Controller: ProSettingController@saveCaptchaSettings
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
{
"message": "string",
"settings": {
"enabled": "string",
"active_provider": "string",
"providers": {
}
},
"providers": [
{
"key": "string",
"title": "string"
}
],
"validated": true
}