메인 콘텐츠로 건너뛰기

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 마스터 비밀번호 목록 조회 List master passwords under the path account. 전체 참조: GET /v1/public/accounts/{account_id}/credentials
OpenAPI 참조: /openapi.ko.json GET /v1/public/accounts/{account_id}/credentials

마스터 비밀번호 만들기

POST /v1/public/accounts/{account_id}/credentials 마스터 비밀번호 만들기 Create a master password under the path account. 전체 참조: POST /v1/public/accounts/{account_id}/credentials
OpenAPI 참조: /openapi.ko.json POST /v1/public/accounts/{account_id}/credentials

마스터 비밀번호 업데이트

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}
OpenAPI 참조: /openapi.ko.json PATCH /v1/public/accounts/{account_id}/credentials/{credential_id}

마스터 비밀번호 삭제

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}
OpenAPI 참조: /openapi.ko.json DELETE /v1/public/accounts/{account_id}/credentials/{credential_id}