Skip to main content

Verify Image Verification Code

POST 

/auth/v1/captcha/data/verify

Interface Description

Verify the captcha image to obtain captcha_token. Display the captcha obtained from the /auth/v1/captcha/data API on the user interface. After the user recognizes it, perform verification to obtain captcha_token.

Request

Body

    token Captcha verification token (string)required

    Obtained from the /auth/v1/captcha/data API

    key Recognized text content in captcha (string)required

Responses

Response Headers
    Schema
      captcha_token Captcha token (string)required
      expires_in Expiration time, default 600 seconds (integer)required
    Loading...