Skip to content

Endpoint

  • Method: POST
  • Path: /settings/captcha/validate
  • Edition: PRO
  • Controller: ProSettingController@validateCaptchaKeys
  • Route source: fluent-affiliate-pro/app/Http/Routes/api.php

POST Validate Captcha Keys

POST
/settings/captcha/validate

Validate a provider's captcha site/secret key pair against the provider's API before saving.

Controller: ProSettingController@validateCaptchaKeys
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
{
"valid": true,
"message": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation