lock_open
GET
api/ApplicationPortal/v1/RecaptchaConfig
Recaptcha content for Application Portal
EXPANDexpand_more
Request Information
URI Parameters
None.
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
Recaptcha content
RecaptchaConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| RecaptchaEnabledFlag | boolean |
None. |
|
| RecaptchaPublicKey | string |
None. |
|
| RecaptchaMaxFailedLoginAttemptsBeforeRecaptcha | string |
None. |
Response Formats
A
{
"RecaptchaEnabledFlag": true,
"RecaptchaPublicKey": "sample string 2",
"RecaptchaMaxFailedLoginAttemptsBeforeRecaptcha": "sample string 3"
}
<RecaptchaConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.AutoGenerated"> <RecaptchaEnabledFlag>true</RecaptchaEnabledFlag> <RecaptchaMaxFailedLoginAttemptsBeforeRecaptcha>sample string 3</RecaptchaMaxFailedLoginAttemptsBeforeRecaptcha> <RecaptchaPublicKey>sample string 2</RecaptchaPublicKey> </RecaptchaConfig>