/api/v1/security/captcha-verify
API endpoint documentation
get
Tags:security
Operation ID:
getApiV1SecurityCaptcha-verifyQuery Parameters
tokenstringNo description available
codestringNo description available
Responses
200
No description
Base URL:
https://bizkithub.comExample Request
fetch('https://bizkithub.com/api/v1/security/captcha-verify?apiKey=YOUR_API_KEY', {
method: 'GET',
headers: {
'Content-Type': 'application/json'
}
})Example Response
HTTP 200Success Response
{
"token": "mfuunpqsqa1rw8ft",
"code": "NU3BX",
"status": "match"
}🔑 API Key Required
All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.
Back to API Documentation
Last updated: November 14, 2025