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