POST/captcha/validatevalidateCaptchaResponse
Parameters
Accepts application/x-www-form-urlencoded
Name
Type
Description
Model
Reponse
Produces application/json
200
Success
CaptchaResult
CaptchaResult {
statusMessage( string )
statusCode( string )
}
POST/captcha/verifyverifyCaptchaResponse
Parameters
Accepts application/x-www-form-urlencoded
Name
Type
Description
Model
Reponse
Produces application/json
200
Success
CaptchaSiteVerifyResult
CaptchaSiteVerifyResult {
hostname( string )
error-codes( Collection of string )
success( boolean )
challenge_ts( dateTime )
}