Create Access Token
    • PDF

    Create Access Token

    • PDF

    기사 요약

    POST /kms/v1/keys/{keyTag}/access-token

    액세스 토큰을 새로 생성합니다.

    요청

    요청 파라미터

    Parameter NameTypeAdditional Information
    x-ncp-ocapi-tokenHeader(Required)Refresh Token
    keyTagPath(Required)
    accessTokenHoursBody: String1 ~ 17520 (Default = 72). TTL will be 'infinite' if the string "UL" is entered.

    요청 바디 예시

    {
      "accessTokenHours": "string"
    }
    

    응답

    응답 바디

    {
      "code": "string",
      "data": {
        "accessToken": "string"
      }
    }
    

    이 문서가 도움이 되었습니까?

    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.