Skip to main content

Generate Captcha

POST 

/auth/v1/captcha/data

This interface is available only when the external verification service is not enabled.

Request

Body

required
    state string
    redirect_uri string

Responses

A successful response.

Schema
    data string
    type string
    token string
    expires_in int32
Loading...