POST api/v1/Captcha

Validate

Request Information

Parameters

NameDescriptionAdditional information
captchaValidator

Define this parameter in the request body.

Request body formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "CaptchaText": "sample string 1",
  "CaptchaToken": "sample string 2"
}

application/xml, text/xml

Sample:
<CaptchaValidator>
  <CaptchaText>sample string 1</CaptchaText>
  <CaptchaToken>sample string 2</CaptchaToken>
</CaptchaValidator>

Response Information

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>