SmartCaptcha API, REST: Captcha.GetSecretKey
Статья создана
Обновлена 17 октября 2024 г.
Returns the secret data of specified Captcha resource.
HTTP request
GET https://smartcaptcha.api.cloud.yandex.net/smartcaptcha/v1/captchas/{captchaId}:getSecretKey
Path parameters
Field |
Description |
captchaId |
string Required field. ID of the Captcha resource to return. |
Response
HTTP Code: 200 - OK
{
"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. |