SmartCaptcha API, gRPC: CaptchaService.GetSecretKey
Written by
Updated at October 17, 2024
Returns the secret data of specified Captcha resource.
gRPC request
rpc GetSecretKey (GetCaptchaRequest) returns (CaptchaSecretKey)
GetCaptchaRequest
{
"captchaId": "string"
}
Field |
Description |
captchaId |
string Required field. ID of the Captcha resource to return. |
CaptchaSecretKey
{
"serverKey": "string"
}
CaptchaSecretKey object. Contains captcha data that need to keep in secret.
Field |
Description |
serverKey |
string Server key of the captcha, see CAPTCHA keys. |