POST System/RecaptchaSiteVerify

Request Information

URI Parameters

None.

Body Parameters

RecaptchaRequest
NameDescriptionTypeAdditional information
EncodedResponse

string

None.

RemoteIp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EncodedResponse": "sample string 1",
  "RemoteIp": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RecaptchaResponse
NameDescriptionTypeAdditional information
success

boolean

None.

challenge_ts

string

None.

hostname

string

None.

error-codes

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "challenge_ts": "sample string 2",
  "hostname": "sample string 3",
  "error-codes": [
    "sample string 1",
    "sample string 2"
  ]
}