# Password Manager API ## Docs - [Create Password](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/create-password.md): Create a new password entry - [Delete Password](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/delete-password.md): Soft delete a password entry by setting status to 0 - [Error Handling](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/errors.md): Understanding error responses and status codes in the Password Manager API - [Get Password](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/get-password.md): Retrieve a specific password entry by ID - [List Passwords](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/list-passwords.md): Retrieve all active password entries - [API Overview](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/overview.md): Overview of the Password Manager API endpoints and base URL - [Rate Limiting](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/rate-limits.md): API rate limiting policies and best practices - [Update Password](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/update-password.md): Update an existing password entry - [Authentication](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/authentication.md): Set up API authentication using Laravel Sanctum for secure access to the Password Manager API - [Configuration](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/configuration.md): Configure environment variables and application settings for the Password Manager API - [Installation](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/installation.md): Install and set up the Password Manager API on your server - [Introduction](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/introduction.md): A RESTful API for managing passwords securely with full CRUD operations - [Quickstart](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/quickstart.md): Get started with the Password Manager API in minutes ## OpenAPI Specs - [openapi](https://mintlify.wiki/JanContrerasDev/gestor-contrasenas/api-reference/openapi.json)