> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 마스터 비밀번호

> 마스터 비밀번호 엔드포인트에 대한 생성된 참조입니다.

# 마스터 비밀번호

마스터 비밀번호 엔드포인트에 대한 생성된 참조입니다.

이 생성된 페이지는 마스터 비밀번호 카테고리의 모든 공개 API 작업을 그룹화합니다.

## 엔드포인트

* [GET /v1/public/accounts/\{account\_id}/credentials](/ko/api/v1/public/accounts/account_id/credentials/get) - 마스터 비밀번호 목록 조회
* [POST /v1/public/accounts/\{account\_id}/credentials](/ko/api/v1/public/accounts/account_id/credentials/post) - 마스터 비밀번호 만들기
* [PATCH /v1/public/accounts/\{account\_id}/credentials/\{credential\_id}](/ko/api/v1/public/accounts/account_id/credentials/credential_id/patch) - 마스터 비밀번호 업데이트
* [DELETE /v1/public/accounts/\{account\_id}/credentials/\{credential\_id}](/ko/api/v1/public/accounts/account_id/credentials/credential_id/delete) - 마스터 비밀번호 삭제

## 마스터 비밀번호 목록 조회

**GET** `/v1/public/accounts/{account_id}/credentials`

마스터 비밀번호 목록 조회

List master passwords under the path account.

전체 참조: [GET /v1/public/accounts/\{account\_id}/credentials](/ko/api/v1/public/accounts/account_id/credentials/get)

<Note>
  OpenAPI 참조: `/openapi.ko.json GET /v1/public/accounts/{account_id}/credentials`
</Note>

## 마스터 비밀번호 만들기

**POST** `/v1/public/accounts/{account_id}/credentials`

마스터 비밀번호 만들기

Create a master password under the path account.

전체 참조: [POST /v1/public/accounts/\{account\_id}/credentials](/ko/api/v1/public/accounts/account_id/credentials/post)

<Note>
  OpenAPI 참조: `/openapi.ko.json POST /v1/public/accounts/{account_id}/credentials`
</Note>

## 마스터 비밀번호 업데이트

**PATCH** `/v1/public/accounts/{account_id}/credentials/{credential_id}`

마스터 비밀번호 업데이트

Rename a master password under the path account.

전체 참조: [PATCH /v1/public/accounts/\{account\_id}/credentials/\{credential\_id}](/ko/api/v1/public/accounts/account_id/credentials/credential_id/patch)

<Note>
  OpenAPI 참조: `/openapi.ko.json PATCH /v1/public/accounts/{account_id}/credentials/{credential_id}`
</Note>

## 마스터 비밀번호 삭제

**DELETE** `/v1/public/accounts/{account_id}/credentials/{credential_id}`

마스터 비밀번호 삭제

Delete a master password under the path account.

전체 참조: [DELETE /v1/public/accounts/\{account\_id}/credentials/\{credential\_id}](/ko/api/v1/public/accounts/account_id/credentials/credential_id/delete)

<Note>
  OpenAPI 참조: `/openapi.ko.json DELETE /v1/public/accounts/{account_id}/credentials/{credential_id}`
</Note>

<script src="/locale-bridge.js" />
