> ## 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](/ar/api/v1/public/accounts/account_id/credentials/get) - عرض كلمات المرور الرئيسية
* [POST /v1/public/accounts/\{account\_id}/credentials](/ar/api/v1/public/accounts/account_id/credentials/post) - إنشاء كلمة مرور رئيسية
* [PATCH /v1/public/accounts/\{account\_id}/credentials/\{credential\_id}](/ar/api/v1/public/accounts/account_id/credentials/credential_id/patch) - تحديث كلمة المرور الرئيسية
* [DELETE /v1/public/accounts/\{account\_id}/credentials/\{credential\_id}](/ar/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](/ar/api/v1/public/accounts/account_id/credentials/get)

<Note>
  مرجع OpenAPI: `/openapi.ar.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](/ar/api/v1/public/accounts/account_id/credentials/post)

<Note>
  مرجع OpenAPI: `/openapi.ar.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}](/ar/api/v1/public/accounts/account_id/credentials/credential_id/patch)

<Note>
  مرجع OpenAPI: `/openapi.ar.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}](/ar/api/v1/public/accounts/account_id/credentials/credential_id/delete)

<Note>
  مرجع OpenAPI: `/openapi.ar.json DELETE /v1/public/accounts/{account_id}/credentials/{credential_id}`
</Note>

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