서브계정 Access Key 조회
    • PDF

    서브계정 Access Key 조회

    • PDF

    기사 요약

    서브계정의 Access Key를 조회합니다.

    요청

    요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.

    메서드URI
    GET/sub-accounts/{subAccountId}/access-keys

    요청 헤더

    헤더에 대한 설명은 다음과 같습니다. 서브 계정 API에서 공통으로 사용하는 헤더에 대한 자세한 내용은 Sub Account 공통 헤더를 참조해 주십시오.

    필드설명
    acceptapplication/json으로 지정

    요청 경로 파라미터

    파라미터에 대한 설명은 다음과 같습니다.

    필드타입필수 여부설명
    subAccountIdStringRequired조회 대상 서브 계정 ID

    요청 예시

    요청 예시는 다음과 같습니다.

    curl -X GET "https://subaccount.apigw.fin-ntruss.com/api/v1/sub-accounts/{subAccountId}/access-keys" 
    -H "accept: application/json" 
    -H "x-ncp-iam-access-key: {access key}" 
    -H "x-ncp-apigw-timestamp: 1594646226859" 
    -H "x-ncp-apigw-signature-v2: {signature}" 
    -H "cache-control: no-cache" 
    -H "pragma: no-cache"
    

    응답

    응답 형식을 설명합니다.

    응답 바디

    응답 바디에 대한 설명은 다음과 같습니다.

    필드타입필수 여부설명
    accessKeyString-Access Key Id
    activeBoolean-키 활성화 여부
    createTimeDate-키의 생성 시간

    응답 상태 코드

    응답 상태 코드를 설명합니다. 네이버 클라우드 플랫폼에서 공통으로 사용하는 응답 상태 코드에 대한 자세한 내용은 NAVER Cloud Platform API를 참조해 주십시오.

    HTTP status code에러 코드에러 메시지
    40430존재하지 않는 계정

    응답 예시

    응답 예시는 다음과 같습니다.

    [
      {
        "accessKey": "{access key}",
        "active": false,
        "createTime": "2024-04-25T08:02:15Z"
      },
      {
        "accessKey": "{access key}",
        "active": true,
        "createTime": "2024-04-25T08:02:13Z"
      }
    ]
    


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

    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.