POST verify-recaptcha
Request Information
URI Parameters
None.
Body Parameters
RecaptchaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RecaptchaToken | string |
None. |
|
| Uid | string |
None. |
|
| Action | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecaptchaToken": "sample string 1",
"Uid": "sample string 2",
"Action": "sample string 3"
}
application/xml, text/xml
Sample:
<RecaptchaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LQTEvent2024.Models"> <Action>sample string 3</Action> <RecaptchaToken>sample string 1</RecaptchaToken> <Uid>sample string 2</Uid> </RecaptchaRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.