Skip to main content
Skip table of contents

Getting captcha

GET/api/v1/captcha
Headers
Accept
application/json
Response
200
The response is a JSON object
JSON
{
                "key": "$2y$10$FIVzHTBn0w1BJX4vbg40KuO5XJeu4rIB3RQNb0DttR1DpBK14ULsW",
                "img": "data:image/png;base64,",
                "ttl": 60
            }
429
Exceeded the number of token retrieval attempts
JSON
Throttling is in effect: There are 20 attempts to send requests from one IP address within 10 minutes

Example

JSON
curl -k --location --request GET 'https://vms.local/api/v1/captcha' \
--header 'Accept:application/json'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.