Last updated: January 20, 2026
Captcha Support API
{ urn:com.akana.captcha.api } CaptchaSupportAPI
The Capthca Support API provides backing services to allow captcha-style challenges.
GET/captcha/propertiesgetCaptchaProperties
Reponse
Produces application/json
200
Success
CaptchaProperties
CaptchaProperties {
publickey( string )
enabled( boolean )
challengeUrl( string )
}
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 )
}