Issue key
    • PDF

    Issue key

    • PDF

    Article summary

    Available in Classic and VPC

    To prevent auto-entry, issue a CAPTCHA key that sends a user audible voice message and validates their input.

    Request

    The following describes the request format for the endpoint. The request format is as follows:

    MethodURI
    GET/skey

    Request headers

    For headers common to all CAPTCHA APIs, see Common CAPTCHA headers.

    Request query parameters

    The following describes the request query parameters.

    FieldTypeRequiredDescription
    codeIntegerOptionalInput value for issuing CAPTCHA key

    Request example

    The following is a sample request.

    curl --location --request GET 'https://naveropenapi.apigw.ntruss.com/scaptcha/v1/skey?code=0' \
    --header 'X-NCP-APIGW-API-KEY-ID: {Client ID issued when registering the app}' \
    --header 'X-NCP-APIGW-API-KEY: {Client secret issued when registering the app}' \
    

    Response

    The following describes the response format.

    Response body

    The following describes the response body.

    FieldTypeRequiredDescription
    keyString-Key value received from the Issue CAPTCHA key API call

    Response status codes

    For response status codes common to all CAPTCHA APIs, see Common CAPTCHA response status codes.

    Response example

    The following is a sample example.

    {
        "key": "{key}"
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.