Test the configured hCaptcha keys
POST/api/admin/settings/captcha-test
Verifies an hCaptcha token against the configured secret key, so an admin can confirm their hCaptcha keys actually work before turning captcha loose on real logins. Returns { ok }. Admin only; never returns the secret.
Request
Responses
- 200
- 400
- 403
Whether the token verified against the stored secret.
Missing or invalid token.
Caller is not a system administrator.