GET api/v1/Captcha

GetCaptcha

Response Information

Response body formats

application/json, text/json

Sample:
{
  "CaptchaImage": "sample string 1"
}

application/xml, text/xml

Sample:
<CaptchaImageStream>
  <CaptchaImage>sample string 1</CaptchaImage>
</CaptchaImageStream>