MageSmith
QueryReCaptchaWebapi · Magento 2.4.9

recaptchaV3Config

recaptchaV3Config is a Magento 2 GraphQL query in the ReCaptchaWebapi module. Returns details about Google reCAPTCHA V3-Invisible configuration. It returns ReCaptchaConfigurationV3 and is callable anonymously.

Last verified: against Magento 2.4.9.

Returns

ReCaptchaConfigurationV3

Resolver class

Magento\ReCaptchaWebapiGraphQl\Model\Resolver\ReCaptchaV3

Example request

Auto-generated from the SDL — paste-ready against your store's /graphql endpoint. Replace the host, store code, and any required values before running.

Headers

Content-Type
application/json
Store
default store view code; use 'default' for the single-store baseline

Query

query {
  recaptchaV3Config {
    is_enabled
    website_key
    minimum_score
    badge_position
    language_code
    failure_message
    forms
    theme
  }
}

Variables

{}

Related in ReCaptchaWebapiGraphQl

Other fields shipped by the same module.

Every Magento dev tool, in one hosted workspace.

Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.