GET v1/User/GetReCaptchaInfo
Gets the ReCaptcha Site Key and Version.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ReCaptchaInfoOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteKey | string |
None. |
|
| ReCaptchaVersion | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SiteKey": "sample string 1",
"ReCaptchaVersion": "sample string 2"
}
text/html
Sample:
{"SiteKey":"sample string 1","ReCaptchaVersion":"sample string 2"}
application/xml, text/xml
Sample:
<v1_User_UserEndpointController.ReCaptchaInfoOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_User_UserEndpoint"> <ReCaptchaVersion>sample string 2</ReCaptchaVersion> <SiteKey>sample string 1</SiteKey> </v1_User_UserEndpointController.ReCaptchaInfoOutput>