POST Captcha/CheckCaptcha

Request Information

URI Parameters

None.

Body Parameters

CheckCaptchaForm
NameDescriptionTypeAdditional information
key

string

None.

Request Formats

application/json, text/json

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

Response Information

Resource Description

CapthaResponse
NameDescriptionTypeAdditional information
result

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true
}