Parameters
2 query
Query parameters
· 2tokenstringRequiredCaptcha token returned by the /captcha endpoint.
Example
mfuunpqsqa1rw8ftcodestringRequiredUser-entered captcha code.
Example
NU3BXVerifies whether the user-entered captcha code matches the generated one. Returns status: "match" (correct), "miss" (wrong code), or "expired-token" (token no longer valid).
2 query
tokenstringRequiredCaptcha token returned by the /captcha endpoint.
mfuunpqsqa1rw8ftcodestringRequiredUser-entered captcha code.
NU3BX1 status code documented
tokenstringRequiredThe token that was verified.
mfuunpqsqa1rw8ftcodestringRequiredThe code that was submitted.
NU3BXstatusstringRequiredVerification result.
matchmissexpired-token{
"token": "mfuunpqsqa1rw8ft",
"code": "NU3BX",
"status": "match"
}GET /api/v1/security/captcha-verify
curl -X GET "https://api.bizkithub.com/api/v1/security/captcha-verify?token=mfuunpqsqa1rw8ft&code=NU3BX" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.