인증키 조회
    • PDF

    인증키 조회

    • PDF

    Article summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    (NSML 접속용) 인증키 목록을 조회합니다.

    GET https://nsml.apigw.ntruss.com/nsml/v1/auth-keys
    

    요청

    요청 파라미터

    필드명타입설명비고
    titleString인증 키 이름
    keyString인증 키

    응답

    필드명타입설명비고
    keyList[].nameString인증 키 이름
    keyList[].titleString인증 키 title
    keyList[].fingerprintStringfinger print
    keyList[].fingerprintString생성 일자

    응답 Status

    HTTP StatusDesc
    200OK
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    406Not Accepted
    500Internal Server Error

    예시

    요청 예시

    GET /nsml/v1/auth-keys
    
    Host: nsml.apigw.ntruss.com
    accept: application/json
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    x-ncp-apigw-api-key: {apigw-api-key}
    

    응답 예시

    {
      "keyList": [
        {
          "name": "eea6e19ac13c2807c7d10b48027ce838",
          "title": "test-auth-keyw",
          "fingerprint": "ee:a6:e1:9a:c1:3c:28:07:c7:d1:0b:48:02:7c:e8:38",
          "createTime": "2023-02-08 19:38:02"
        },
        {
          "name": "7e13dee819562db0e1882033c909d0c6",
          "title": "test-auth-keyq",
          "fingerprint": "7e:13:de:e8:19:56:2d:b0:e1:88:20:33:c9:09:d0:c6",
          "createTime": "2023-02-20 17:05:20"
        }
      ],
      "totalCount": 2
    }
    

    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.